From ce584e4571816dc19f35763dec1d686f8892bae6 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 1 Jun 2009 11:56:23 -0400 Subject: Enable quiet build for automake >= 1.11 If automake 1.11 or higher is available, use of the configure option '--enable-silent-rules' will suppress most build messages and replace them with lines such as CC sysdb.o This affects libtool as well. --- replace/configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'replace') diff --git a/replace/configure.ac b/replace/configure.ac index b9236813c..697bb76eb 100644 --- a/replace/configure.ac +++ b/replace/configure.ac @@ -11,6 +11,9 @@ AC_LIBREPLACE_NETWORK_CHECKS AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) +m4_pattern_allow([AM_SILENT_RULES]) +AM_SILENT_RULES + if test "$ac_cv_prog_gcc" = yes; then CFLAGS="$CFLAGS -Wall" CFLAGS="$CFLAGS -W" -- cgit