[gtk-engines/gtk-engines-2-18] Enable silent build with automake 1.11



commit 13dadd164ef269f274ba1b75f532a03a3aa86424
Author: Diego Escalante Urrelo <diegoe gnome org>
Date:   Tue Dec 1 00:19:18 2009 -0500

    Enable silent build with automake 1.11

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 228c8f7..6786eef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,9 @@ AC_CONFIG_SRCDIR([README])
 
 AM_INIT_AUTOMAKE
 
+# Use AM_SILENT_RULES if present
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 dnl Initialize maintainer mode
 AM_MAINTAINER_MODE
 



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