[gtk+] configure: Enable silent rules by default



commit e428a0937a2eefebff3cae38fd085b7cee1340ea
Author: Benjamin Otte <otte redhat com>
Date:   Thu Oct 21 15:08:46 2010 +0200

    configure: Enable silent rules by default
    
    Go Hackfest!

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a2cc5b0..4eb8e69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,7 @@ AM_MAINTAINER_MODE([enable])
 # Support silent build rules, requires at least automake-1.11. Enable
 # by either passing --enable-silent-rules to configure or passing V=0
 # to make
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 #
 # For each of the libraries we build, we define the following



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