From cfadc2dbe9a3b530f924dff398b76c70ebc382e0 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. --- dhash/configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dhash') diff --git a/dhash/configure.ac b/dhash/configure.ac index 847aa92..feabc48 100644 --- a/dhash/configure.ac +++ b/dhash/configure.ac @@ -7,6 +7,9 @@ AC_PROG_LIBTOOL AC_CONFIG_MACRO_DIR([m4]) AC_PROG_INSTALL +m4_pattern_allow([AM_SILENT_RULES]) +AM_SILENT_RULES + AC_CONFIG_HEADERS([config.h]) # Enable trace build -- cgit