[goffice] Conditional use of Use AM_SILENT_RULES (if automake-1.11 is present).



commit 081e3fe25ed2a061c8463b36694c081c400f65ee
Author: Emmanuel Pacaud <emmanuel pacaud lapp in2p3 fr>
Date:   Fri Sep 4 11:08:24 2009 +0200

    Conditional use of Use AM_SILENT_RULES (if automake-1.11 is present).
    Verbose compilation is still available using make V=1.
    Feel free to revert if it's not convenient.

 ChangeLog    |    6 ++++++
 configure.in |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0090c09..0481bb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-09-04  Emmanuel Pacaud <emmanuel pacaud lapp in2p3 fr>
+
+	Conditional use of Use AM_SILENT_RULES (if automake-1.11 is present).
+	Verbose compilation is still available using make V=1.
+	Feel free to revert if it's not convenient.
+
 2009-09-04  Jean Brefort  <jean brefort normalesup org>
 
 	* plugins/plot_surface/xl-surface.c
diff --git a/configure.in b/configure.in
index 5a7bd64..1d7feda 100644
--- a/configure.in
+++ b/configure.in
@@ -53,6 +53,8 @@ AH_BOTTOM([/* Don't include goffice-features.h, it's a subset of goffice-config.
 
 AM_MAINTAINER_MODE
 
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
 # Make --disable-static the default
 AC_DISABLE_STATIC
 



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