From: Lutz M?l. <lu...@us...> - 2003-08-04 19:51:56
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv1236 Modified Files: ChangeLog Makefile.am configure.in Log Message: 2003-08-04 Lutz Mueller <lu...@us...> * po/*.po: Updated. * Makefile.am: Add m4 and intl to SUBDIRS. automake complains otherwise. * configure.in: Add m4/Makefile. make distcheck complains otherwise. Version 0.5.12 Index: configure.in =================================================================== RCS file: /cvsroot/libexif/libexif/configure.in,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- configure.in 30 Jul 2003 20:39:28 -0000 1.52 +++ configure.in 4 Aug 2003 19:51:52 -0000 1.53 @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT(libexif/exif-data.h) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libexif, 0.5.11) +AM_INIT_AUTOMAKE(libexif, 0.5.12) AM_MAINTAINER_MODE dnl --------------------------------------------------------------------------- @@ -58,6 +58,9 @@ libexif.spec libexif/Makefile libjpeg/Makefile + intl/Makefile + m4/Makefile + po/Makefile.in test/Makefile libexif/libexif.pc ]) Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/Makefile.am,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- Makefile.am 3 Jan 2003 14:06:46 -0000 1.18 +++ Makefile.am 4 Aug 2003 19:51:52 -0000 1.19 @@ -1,3 +1,5 @@ -SUBDIRS = libexif libjpeg test po +SUBDIRS = intl m4 libexif libjpeg test po -EXTRA_DIST = @PACKAGE@.spec +EXTRA_DIST = config.rpath mkinstalldirs @PACKAGE@.spec + +ACLOCAL_AMFLAGS = -I m4 Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- ChangeLog 30 Jul 2003 20:39:28 -0000 1.69 +++ ChangeLog 4 Aug 2003 19:51:52 -0000 1.70 @@ -1,3 +1,11 @@ +2003-08-04 Lutz Mueller <lu...@us...> + + * po/*.po: Updated. + * Makefile.am: Add m4 and intl to SUBDIRS. automake complains + otherwise. + * configure.in: Add m4/Makefile. make distcheck complains otherwise. + Version 0.5.12 + 2003-07-30 Lutz Mueller <lu...@us...> * configure.in: Version 0.5.11 |