[nautilus-actions] Default to enable silent build rules



commit 6f23299155b57abb8904dc2add1043c3260af1df
Author: Pierre <pierre vfedora13 virtuals pwi>
Date:   Wed Jan 12 15:57:15 2011 +0100

    Default to enable silent build rules

 ChangeLog    |    4 ++++
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 33c26d0..1af5c09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-12 Pierre Wieser <pwieser trychlos org>
+
+	* configure.ac: Enable silent rules by default.
+
 2011-01-09 Pierre Wieser <pwieser trychlos org>
 
 	* src/nact/base-application.c (display_dlg): Setup parent window.
diff --git a/configure.ac b/configure.ac
index 5310381..2e9f992 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ AC_PREREQ([2.53])
 
 AC_INIT([Nautilus-Actions],[3.0.7],[maintainer nautilus-actions org],,[http://www.nautilus-actions.org])
 
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE
 



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