summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/collection/configure.ac3
-rw-r--r--common/dhash/configure.ac3
-rw-r--r--common/ini/configure.ac3
3 files changed, 9 insertions, 0 deletions
diff --git a/common/collection/configure.ac b/common/collection/configure.ac
index 32a238ce..da34da0a 100644
--- a/common/collection/configure.ac
+++ b/common/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/common/dhash/configure.ac b/common/dhash/configure.ac
index 847aa92f..feabc484 100644
--- a/common/dhash/configure.ac
+++ b/common/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/common/ini/configure.ac b/common/ini/configure.ac
index 3cf47967..14280cfc 100644
--- a/common/ini/configure.ac
+++ b/common/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