diff options
Diffstat (limited to 'tools/configure.ac')
-rw-r--r-- | tools/configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/configure.ac b/tools/configure.ac index b508eb21..c0a03249 100644 --- a/tools/configure.ac +++ b/tools/configure.ac @@ -14,6 +14,9 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/main.cc]) AC_CONFIG_HEADER([config.h]) +# Use AM_SILENT_RULES if present +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + # Checks for programs. AC_USE_SYSTEM_EXTENSIONS AC_PROG_CXX |