[ekiga] Made silent rules the default



commit 78bf25fc9f02fc745aec2f319da2e6af3af32d8f
Author: Julien Puydt <jpuydt gnome org>
Date:   Mon Mar 8 17:52:10 2010 +0100

    Made silent rules the default
    
    It's still possible to get the too verbose version using "make V=1"
    (something the patch does document explicitly since that's not that trivial)

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index dac435e..7b13b8c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,9 @@ AM_INIT_AUTOMAKE
 AM_MAINTAINER_MODE
 AM_CONFIG_HEADER(config.h)
 
+dnl use "make V=1" if you want to see the long awful lines
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
 AC_LANG(C++)
 
 dnl ###########################################################################



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