[glade3/gnome-2-28] Support silent build rules with automake 1.11 (GnomeBug:591376)



commit 4d8e0d343d181af930ef1da95561bd0c9b70e92f
Author: Javier Jardón <jjardon gnome org>
Date:   Tue Oct 13 02:22:37 2009 +0200

    Support silent build rules with automake 1.11 (GnomeBug:591376)

 ChangeLog    |    4 ++++
 configure.ac |    5 +++++
 2 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ac013e8..bd8769e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-12  Javier Jardon <jjardon gnome org>
+
+	* configure.ac: Support silent build when using automake >= 1.11
+
 2009-09-14  Tristan Van Berkom <tvb gnome org>
 
 	* gladeui/glade-widget.c: Fixed crasher while copying internal widgets (bug 595156)
diff --git a/configure.ac b/configure.ac
index 0fefe98..6acc59b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,11 @@ AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2])
 
 AM_MAINTAINER_MODE
 
+# Support silent build rules, requires at least automake-1.11. Disable
+# by either passing --disable-silent-rules to configure or passing V=1
+# to make
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 IT_PROG_INTLTOOL([0.35.0])
 
 AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]