configure.ac: Turned on the --enable-silent-rules configure option
authorDan Fandrich <dan@coneharvesters.com>
Mon, 25 Jan 2010 21:58:50 +0000 (13:58 -0800)
committerDan Fandrich <dan@coneharvesters.com>
Mon, 25 Jan 2010 21:58:50 +0000 (13:58 -0800)
ChangeLog
NEWS
configure.ac

index 06179b9..13b5d91 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-25  Dan Fandrich <dan@coneharvesters.com>
+
+       * configure.ac: Turned on the --enable-silent-rules configure option
+
 2009-12-30  Dan Fandrich <dan@coneharvesters.com>
 
        * po/da.po: Updated Danish translation by Joe Hansen
diff --git a/NEWS b/NEWS
index 380c436..7d93159 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ libexif-0.6.x:
   * Updated translations: da, ja, sk, sv
   * Fixed some problems in the write-exif.c example program
   * Stop listing -lm as a required library for dynamic linking in libexif.pc
+  * Turned on the --enable-silent-rules configure option
 
 
 libexif-0.6.19 (2009-11-12):
index c39b386..c6bfa02 100644 (file)
@@ -6,6 +6,10 @@ AC_CONFIG_MACRO_DIR([auto-m4])
 AM_INIT_AUTOMAKE([-Wall gnu 1.9 dist-bzip2 dist-zip check-news])
 AM_MAINTAINER_MODE
 
+# Use the silent-rules feature when possible.
+m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])
+AM_SILENT_RULES([no])
+
 if test ! -d "$srcdir/m4m"; then
 AC_MSG_ERROR([
 You are missing the m4m/ directory in your top