summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--collection/configure.ac3
-rw-r--r--dhash/configure.ac3
-rw-r--r--ini/configure.ac3
3 files changed, 9 insertions, 0 deletions
diff --git a/collection/configure.ac b/collection/configure.ac
index 32a238c..da34da0 100644
--- a/collection/configure.ac
+++ b/collection/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
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
diff --git a/ini/configure.ac b/ini/configure.ac
index 3cf4796..14280cf 100644
--- a/ini/configure.ac
+++ b/ini/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