[Spice-devel] [PATCH] build: make it silent

Marc-André Lureau marcandre.lureau at redhat.com
Fri Nov 12 04:38:14 PST 2010


This patch make it easier to spot warnings in compilation.  It should
work with older versions of automake that don't support silent rules.

If you want verbose build, make V=1.
---
 configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index ec0f5f1..da275aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -391,6 +391,8 @@ AC_SUBST(SPICE_NONPKGCONFIG_LIBS)
 AC_SUBST([SPICEC_STATIC_LINKAGE_BSTATIC])
 AC_SUBST([SPICEC_STATIC_LINKAGE_BDYNAMIC])
 
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
 AC_OUTPUT([
 Makefile
 spice-server.pc
-- 
1.7.3.2



More information about the Spice-devel mailing list