Now that we have multiple source files it makes sense to turn
automake into silent mode. Not only it produces nicer output but
any error message is easier to find.

Signed-off-by: Michal Privoznik <mpriv...@redhat.com>
---
 configure.ac | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configure.ac b/configure.ac
index 12a0838..16b4388 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,10 @@ m4_ifndef([LT_INIT], [
   LT_INIT([shared disable-static])
 ])
 
+# Default to using the silent-rules feature when possible. Users
+# (including rpm) can still change the default at configure time.
+AM_SILENT_RULES([yes])
+
 dnl Checks for programs.
 AC_PROG_CC
 AC_LANG([C])
-- 
2.13.5

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to