[gnome-mud] build: Set automake-1.11 silent build rule



commit 3f37d71286c02019f009d6f35f2a852240857a9c
Author: Mart Raudsepp <leio gentoo org>
Date:   Mon Jan 2 02:43:54 2012 +0200

    build: Set automake-1.11 silent build rule
    
    Makes warnings more detectable and build output more pretty.
    Use make V=1 to get verbose output.

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 632db53..a599ef9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,6 +24,7 @@ AC_INIT([GNOME-Mud],[0.11.2], [gnome-mud-list gnome org], [gnome-mud])
 AC_CONFIG_SRCDIR(src/gnome-mud.c)
 AC_CANONICAL_TARGET([])
 AM_INIT_AUTOMAKE
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 AC_CONFIG_HEADERS([config.h])
 
 PKG_PROG_PKG_CONFIG(0.9.0)



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