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 <[email protected]> --- 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 _______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
