summaryrefslogtreecommitdiffstats
path: root/dhash
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-06-01 11:56:23 -0400
committerSimo Sorce <ssorce@redhat.com>2009-06-02 09:48:40 -0400
commitcfadc2dbe9a3b530f924dff398b76c70ebc382e0 (patch)
tree4438f665188f98be5b734743ab73561b9d4a1ba0 /dhash
parenta2111416b0d8ae0a2c1b3090fe62353e2c231ea6 (diff)
downloadding-libs-cfadc2dbe9a3b530f924dff398b76c70ebc382e0.tar.gz
ding-libs-cfadc2dbe9a3b530f924dff398b76c70ebc382e0.tar.xz
ding-libs-cfadc2dbe9a3b530f924dff398b76c70ebc382e0.zip
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.
Diffstat (limited to 'dhash')
-rw-r--r--dhash/configure.ac3
1 files changed, 3 insertions, 0 deletions
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