[gnome-nds-thumbnailer] Quiet down by default



commit e5675fadeab8b7d39a8e01bb6eb6320e46413b13
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Sep 14 16:38:33 2011 +0100

    Quiet down by default

 Makefile.am  |    2 +-
 configure.ac |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0038af7..5e14484 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@ gnome_nds_thumbnailer_LDADD = $(THUMBNAILER_LIBS)
 thumbnailerdir = $(datadir)/thumbnailers/
 thumbnailer_DATA = gnome-nds-thumbnailer.thumbnailer
 gnome-nds-thumbnailer.thumbnailer: gnome-nds-thumbnailer.thumbnailer.in Makefile
-	@$(SED) -e "s|\ bindir\@|$(bindir)|" $< > $@
+	$(AM_V_GEN) $(SED) -e "s|\ bindir\@|$(bindir)|" $< > $@
 
 EXTRA_DIST = gnome-nds-thumbnailer.thumbnailer.in AUTHORS COPYING README
 
diff --git a/configure.ac b/configure.ac
index 3146e3b..496d079 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,9 @@ AC_PREREQ(2.59)
 AC_INIT([gnome-nds-thumbnailer], [3.0.0], [hadess hadess net])
 AM_INIT_AUTOMAKE(1.9 dist-bzip2 no-dist-gzip check-news)
 
+# Enable silent build when available (Automake 1.11)
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
 AC_PROG_CC
 AC_PROG_MAKE_SET
 AC_PROG_INSTALL



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