summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-09-01 01:18:42 +0200
committerDavid Zeuthen <davidz@redhat.com>2009-09-13 13:37:14 -0400
commit0caf7cb9856a36bbdc6936e50389c931d4327ef0 (patch)
treeff80ac8d40f692eb23e57611a4ec2fdf92a67f52 /configure.ac
parentef2e1d14e8c27cd0104de256e8c7a7af295784c8 (diff)
downloadpolkit-0caf7cb9856a36bbdc6936e50389c931d4327ef0.tar.gz
Enable silent rules
Enable silent build rules which were introduced in automake 1.11. Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 16f9a9d..77b5055 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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