diff options
Diffstat (limited to 'common/collection')
-rw-r--r-- | common/collection/configure.ac | 3 |
1 files changed, 3 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 |