summaryrefslogtreecommitdiffstats
path: root/replace/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'replace/configure.ac')
-rw-r--r--replace/configure.ac3
1 files changed, 3 insertions, 0 deletions
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"