[anjal] BUGFIX: GNOME Bugzilla #591522 – Use AM_SILENT_RULES



commit 84b5aa68144756d82e95b28f1aa3216a049d5770
Author: Johnny Jacob <jjohnny novell com>
Date:   Wed Aug 12 09:08:17 2009 +0530

    BUGFIX: GNOME Bugzilla #591522 â?? Use AM_SILENT_RULES

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 68a4e60..21292d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,6 +13,9 @@ AC_HEADER_STDC
 
 AM_PATH_GLIB_2_0
 
+# Automake 1.11 - Silent Build Rules
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 EVO_MARSHAL_RULE=$srcdir/marshal.mk
 AC_SUBST_FILE(EVO_MARSHAL_RULE)
 



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