From 0caf7cb9856a36bbdc6936e50389c931d4327ef0 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 1 Sep 2009 01:18:42 +0200 Subject: [PATCH] Enable silent rules Enable silent build rules which were introduced in automake 1.11. Signed-off-by: David Zeuthen --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.7.4