Browse Source

configure.ac: set V=0 by default when silent rules is available

Nathalie Furmento 13 years ago
parent
commit
635a0823aa
1 changed files with 3 additions and 0 deletions
  1. 3 0
      configure.ac

+ 3 - 0
configure.ac

@@ -54,6 +54,9 @@ m4_ifdef([AM_SILENT_RULES],
   [AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign silent-rules color-tests])],
   [AM_INIT_AUTOMAKE([1.10 -Wall -Werror foreign])])
 
+m4_ifdef([AM_SILENT_RULES],
+  [AM_SILENT_RULES(yes)])
+
 AC_PREREQ(2.60)
 
 AC_PROG_CC