+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
* 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):
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