[libvirt] [libvirt-php][PATCH 1/3] Shut up automake

Michal Privoznik mprivozn at redhat.com
Mon Aug 28 14:45:46 UTC 2017


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 <mprivozn at 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




More information about the libvir-list mailing list