[Spice-devel] [PATCH 1/9] build: make it silent
Marc-André Lureau
marcandre.lureau at redhat.com
Tue Jan 25 10:17:20 PST 2011
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.
Signed-off-by: Uri Lublin <uril at redhat.com>
---
configure.ac | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 9b5385d..02ec331 100644
--- a/configure.ac
+++ b/configure.ac
@@ -452,6 +452,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.4
More information about the Spice-devel
mailing list