Enable silent rules
authorMichael Biebl <biebl@debian.org>
Mon, 31 Aug 2009 23:18:42 +0000 (01:18 +0200)
committerDavid Zeuthen <davidz@redhat.com>
Sun, 13 Sep 2009 17:37:14 +0000 (13:37 -0400)
Enable silent build rules which were introduced in automake 1.11.

Signed-off-by: David Zeuthen <davidz@redhat.com>
configure.ac

index 16f9a9d..77b5055 100644 (file)
@@ -6,6 +6,8 @@ AM_INIT_AUTOMAKE(polkit, 0.95)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 # libtool versioning - this applies to all libraries in this package
 #
 # See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details