Update of /cvsroot/libexif/libexif
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9117
Modified Files:
ChangeLog configure.ac
Log Message:
Added --enable-maintainer-mode in configure and made the SourceForge
logo appear in the Doxygen documentation only when it's enabled.
Index: configure.ac
===================================================================
RCS file: /cvsroot/libexif/libexif/configure.ac,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -p -d -r1.53 -r1.54
--- configure.ac 2 Oct 2009 05:44:01 -0000 1.53
+++ configure.ac 6 Oct 2009 23:53:10 -0000 1.54
@@ -4,6 +4,7 @@ AC_CONFIG_SRCDIR([libexif/exif-data.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([auto-m4])
AM_INIT_AUTOMAKE([-Wall gnu 1.9 dist-bzip2 dist-zip check-news])
+AM_MAINTAINER_MODE
if test ! -d "$srcdir/m4m"; then
AC_MSG_ERROR([
Index: ChangeLog
===================================================================
RCS file: /cvsroot/libexif/libexif/ChangeLog,v
retrieving revision 1.325
retrieving revision 1.326
diff -u -p -d -r1.325 -r1.326
--- ChangeLog 6 Oct 2009 06:23:26 -0000 1.325
+++ ChangeLog 6 Oct 2009 23:53:10 -0000 1.326
@@ -1,3 +1,8 @@
+2009-10-06 Dan Fandrich <da...@co...>
+
+ * Added --enable-maintainer-mode in configure and made the SourceForge
+ logo appear in the Doxygen documentation only when it's enabled.
+
2009-10-05 Dan Fandrich <da...@co...>
* Updated translations from Translation Project members to the
|