[gnome-games-extra-data] Enable silent rules by default



commit 74fd4f900a35c992d1dc5b2194b9d139aaa39a2e
Author: Christian Persch <chpe gnome org>
Date:   Mon Aug 31 18:25:30 2009 +0200

    Enable silent rules by default
    
    Match what gnome-games does.
    Disable silent rules for distchecking, though.

 Makefile.am  |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 7cfce51..66147ad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,7 @@ EXTRA_DIST = \
 	gnome-games-extra-data.doap \
 	$(NULL)
 
-DISTCHECK_CONFIGURE_FLAGS =
+DISTCHECK_CONFIGURE_FLAGS = --disable-silent-rules
 
 # Build ChangeLog from GIT or SVN history
 # (SVN r69 was the first ChangeLog-less checkin).
diff --git a/configure.ac b/configure.ac
index 4b3be35..444a16e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ AC_CONFIG_SRCDIR([mahjongg/maya.png])
 
 AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
 
-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]