From: Hans U. N. <hu...@us...> - 2007-05-21 16:11:06
|
Update of /cvsroot/libexif/exif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17113 Modified Files: Makefile.am configure.ac Log Message: use auto-m4 for automatically added *.m4 files, check-news, AM_CPPFLAGS for generated .h files Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/exif/configure.ac,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -d -r1.7 -r1.8 --- configure.ac 17 May 2007 15:29:22 -0000 1.7 +++ configure.ac 21 May 2007 16:10:57 -0000 1.8 @@ -1,8 +1,9 @@ AC_PREREQ(2.59) -AC_INIT([libexif command line interface],[0.6.13],[lib...@li...],[exif]) +AC_INIT([libexif command line interface], [0.6.14cvs1], [lib...@li...], [exif]) AC_CONFIG_SRCDIR([exif/main.c]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([gnu 1.8 dist-bzip2]) +AC_CONFIG_MACRO_DIR([auto-m4]) +AM_INIT_AUTOMAKE([-Wall gnu 1.9 dist-bzip2 check-news]) if test ! -d "$srcdir/m4m"; then AC_MSG_ERROR([ @@ -26,7 +27,7 @@ GP_CONFIG_MSG([Source code location],[${ AC_PROG_CC AC_C_CONST AM_PROG_LIBTOOL -AM_CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)" +AM_CPPFLAGS="$CPPFLAGS -I\$(top_srcdir) -I\$(top_builddir)" GP_CONFIG_MSG([Compiler],[${CC}]) AM_PROG_CC_C_O Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/exif/Makefile.am,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -d -r1.22 -r1.23 --- Makefile.am 9 Apr 2005 19:50:39 -0000 1.22 +++ Makefile.am 21 May 2007 16:10:57 -0000 1.23 @@ -5,7 +5,7 @@ man_MANS = exif.1 # newer versions of automake/autoconf require adding exif.1 here EXTRA_DIST = exif.1 @PACKAGE_TARNAME@.spec autogen.sh -ACLOCAL_AMFLAGS = -I m4m +ACLOCAL_AMFLAGS = -I auto-m4 -I m4m ####################################################################### # Help for the maintainer |