[gnome-games] Make AM_SILENT_RULES default to yes



commit 2cf77c3b0e59a46c27b7172cec406ab62edba86e
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Fri Aug 28 21:07:02 2009 +0200

    Make AM_SILENT_RULES default to yes

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 6d33431..06da382 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@ AC_CONFIG_HEADERS([config.h])
 
 AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 foreign])
 
-m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([no])])
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 
 if test -z "$enable_maintainer_mode"; then
   enable_maintainer_mode=yes



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