[gnome-common] Use AM_SILENT_RULES



commit 53ca82d81d93b52bc057d649247eb18549a86d55
Author: Christian Persch <chpe gnome org>
Date:   Sun Aug 16 22:07:31 2009 +0200

    Use AM_SILENT_RULES

 Makefile.am        |    2 +-
 configure.in       |    2 ++
 macros/Makefile.am |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index bd64c22..ff4c699 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,7 @@ EXTRA_DIST = \
 
 # Build ChangeLog from GIT  history
 ChangeLog:
-	@if test -d $(top_srcdir)/.git; then \
+	$(AM_V_GEN) if test -d $(top_srcdir)/.git; then \
 		GIT_DIR="$(top_srcdir)/.git" git log --stat > $@; \
 	fi
 
diff --git a/configure.in b/configure.in
index fc078ed..e48be51 100644
--- a/configure.in
+++ b/configure.in
@@ -6,6 +6,8 @@ AC_CONFIG_SRCDIR([macros2/gnome-autogen.sh])
 
 AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2])
 
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([no])])
+
 if test -z "$enable_maintainer_mode"; then
   enable_maintainer_mode=yes
 fi
diff --git a/macros/Makefile.am b/macros/Makefile.am
index f9a0e2b..963ab4d 100644
--- a/macros/Makefile.am
+++ b/macros/Makefile.am
@@ -35,7 +35,7 @@ if INSIDE_GNOME_COMMON
 gnome_aclocaldir = $(datadir)/aclocal/gnome-macros
 
 gnome-macros.dep: Makefile.am
-	@echo '$$(top_srcdir)/aclocal.m4: $(MACROS:%=$(gnome_aclocaldir)/%)' > $@
+	$(AM_V_GEN) echo '$$(top_srcdir)/aclocal.m4: $(MACROS:%=$(gnome_aclocaldir)/%)' > $@
 
 gnome_aclocal_DATA = $(MACROS) gnome-macros.dep gnome-common.m4 \
 	gnome-gettext.m4 autogen.sh



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