[gnome-web-photo] Support silent build with automake 1.11



commit 6e3299a36e950899f943b8ceda36a89a0abebc6d
Author: Christian Persch <chpe gnome org>
Date:   Sun Aug 16 20:45:56 2009 +0200

    Support silent build with automake 1.11
    
    Add AM_SILENT_RULES, and sprinkle some $(AM_V_GEN) around.

 Makefile.am  |    2 +-
 configure.ac |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 858601b..2c75292 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,7 @@ DISTCLEANFILES =
 DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --with-gecko=$(GECKO)
 
 ChangeLog:
-	@if test -f $(top_srcdir)/.git/HEAD; then \
+	$(AM_V_GEN) if test -f $(top_srcdir)/.git/HEAD; then \
 		git log --stat > $@; \
 	fi
 
diff --git a/configure.ac b/configure.ac
index 4aa117c..c7a8bc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,8 @@ AC_CONFIG_MACRO_DIR([m4])
 
 AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip])
 
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([no])])
+
 IT_PROG_INTLTOOL([0.35.0])
 
 GLIB_REQUIRED=2.6.0



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