Update of /cvsroot/libexif/gexif
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv15236
Modified Files:
Makefile.am configure.ac NEWS
Log Message:
0.5.0cvs2, use auto-m4 for auto-added m4 macros
Index: NEWS
===================================================================
RCS file: /cvsroot/libexif/gexif/NEWS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -d -r1.1 -r1.2
--- NEWS 25 Jan 2002 14:21:12 -0000 1.1
+++ NEWS 21 May 2007 18:36:48 -0000 1.2
@@ -0,0 +1,2 @@
+New in 0.5.0cvs2:
+ * Misc. (build) bug fixes.
Index: configure.ac
===================================================================
RCS file: /cvsroot/libexif/gexif/configure.ac,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -d -r1.6 -r1.7
--- configure.ac 17 May 2007 15:32:01 -0000 1.6
+++ configure.ac 21 May 2007 18:36:48 -0000 1.7
@@ -1,7 +1,8 @@
AC_PREREQ(2.59)
-AC_INIT([GTK EXIF viewer/editor],[0.5],[lib...@li...],[gexif])
+AC_INIT([GTK EXIF viewer/editor],[0.5.0cvs2],[lib...@li...],[gexif])
AC_CONFIG_SRCDIR([gexif/gexif.c])
AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIR([auto-m4])
AM_INIT_AUTOMAKE([gnu 1.8 dist-bzip2])
if test ! -d "$srcdir/m4m"; then
Index: Makefile.am
===================================================================
RCS file: /cvsroot/libexif/gexif/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -d -r1.12 -r1.13
--- Makefile.am 9 Apr 2005 19:50:41 -0000 1.12
+++ Makefile.am 21 May 2007 18:36:48 -0000 1.13
@@ -2,4 +2,4 @@ SUBDIRS = m4m po libjpeg gexif
EXTRA_DIST = autogen.sh
-ACLOCAL_AMFLAGS = -I m4m
+ACLOCAL_AMFLAGS = -I auto-m4 -I m4m
|