Use AM_SILENT_RULES
authorChristian Persch <chpe@gnome.org>
Sun, 16 Aug 2009 20:07:31 +0000 (22:07 +0200)
committerChristian Persch <chpe@gnome.org>
Sun, 16 Aug 2009 20:07:31 +0000 (22:07 +0200)
Makefile.am
configure.in
macros/Makefile.am

index bd64c22..ff4c699 100644 (file)
@@ -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
 
index fc078ed..e48be51 100644 (file)
@@ -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
index f9a0e2b..963ab4d 100644 (file)
@@ -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