From 94302ea73cde0b470faad653f752406f19f202d7 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 24 Jun 2009 10:15:27 -0400 Subject: =?UTF-8?q?Bug=20586809=20=E2=80=93=20Enable=20"silent=20rules"=20?= =?UTF-8?q?automake=201.11=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index e2e6a06b57..bd90aee9e4 100644 --- a/configure.ac +++ b/configure.ac @@ -28,6 +28,9 @@ AC_CONFIG_SRCDIR(README) # Gnome Doc Initialization GNOME_DOC_INIT +# Automake 1.11 - Silent Build Rules +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + # Some requirements have versioned package names # XXX In the spirit of getting rid of versioned # files, can we please drop these suffixes? -- cgit v1.2.3