[gimp/soc-2009-dynamics] Enable automake silent-rules by default



commit 578c6d6f18f947283c420cc00d0abb267a7916fd
Author: Martin Nordholts <martinn src gnome org>
Date:   Tue Jul 14 20:13:15 2009 +0200

    Enable automake silent-rules by default
    
    Enable silent build rules by default, requires at least
    Automake-1.11. Disable by either passing --disable-silent-rules to
    configure or passing V=1 to make.

 configure.ac |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index bbb81b1..653b9a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,6 +71,11 @@ AC_CONFIG_SRCDIR([app/core/gimp.c])
 AM_INIT_AUTOMAKE(no-define dist-bzip2)
 AM_CONFIG_HEADER(config.h)
 
+# Enable silent build rules by default, requires at least
+# Automake-1.11. Disable by either passing --disable-silent-rules to
+# configure or passing V=1 to make
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 GIMP_MAJOR_VERSION=gimp_major_version
 GIMP_MINOR_VERSION=gimp_minor_version
 GIMP_MICRO_VERSION=gimp_micro_version



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