From 6f6c750a54141c0c8aa42e509578a89cd33a22fc Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 1 Sep 2009 01:18:42 +0200 Subject: [PATCH 2/4] Enable silent rules Enable silent build rules which were introduced in automake 1.11. --- configure.ac | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 192892e..63880c3 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 -- 1.6.3.3