configure: support silent automake rules if possible
authorStefan Kost <ensonic@users.sf.net>
Tue, 10 May 2011 07:35:43 +0000 (10:35 +0300)
committerStefan Kost <ensonic@users.sf.net>
Sat, 21 May 2011 18:56:11 +0000 (21:56 +0300)
This gives us a much less noisy build and makes error stand out a lot more.

configure.in

index 243173b..7ee1a19 100644 (file)
@@ -86,6 +86,11 @@ AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
 
 # AM_MAINTAINER_MODE
 
+# Support silent build rules, requires at least automake-1.11. Disable
+# by either passing --disable-silent-rules to configure or passing V=1
+# to make
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 dnl
 dnl Specific dir for HTML output ?
 dnl