[glom] Enable silent build rules by default.



commit d075f3e6e016a508b03091f69acfa9f39b19100f
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jul 6 09:54:45 2011 +0200

    Enable silent build rules by default.
    
    * configure.ac: This is still only used if the automake version is recent
    enough.

 ChangeLog    |    7 +++++++
 configure.ac |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index bfde916..6ddbc45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-07-06  Murray Cumming  <murrayc murrayc com>
+
+	Enable silent build rules by default.
+
+	* configure.ac: This is still only used if the automake version is recent 
+	enough.
+
 2011-07-05  Murray Cumming  <murrayc murrayc com>
 
 	ListView: Make the rows high enough.
diff --git a/configure.ac b/configure.ac
index 10004b6..39734b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AC_CONFIG_MACRO_DIR([macros])
 AC_CONFIG_HEADERS([config.h glom/libglom/libglom_config.h])
 
 AM_INIT_AUTOMAKE([1.10 -Wno-portability no-define nostdinc tar-ustar])
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AM_MAINTAINER_MODE
 AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
 



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