[rygel] Shave the output



commit 24be806f49d42f2e3b20909c93171c1639645a72
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Sun Jul 26 02:46:34 2009 +0300

    Shave the output
    
    Use new automake feature/macro to shave the build output by default.

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 15c5fd5..6ebdaaf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -217,6 +217,9 @@ ALL_LINGUAS=""
 AM_GLIB_GNU_GETTEXT
 AM_GLIB_DEFINE_LOCALEDIR([LOCALEDIR])
 
+dnl Shave the output
+AM_SILENT_RULES([yes])
+
 AC_OUTPUT([
 Makefile
 src/Makefile



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