From: Lutz M?l. <lu...@us...> - 2003-10-26 10:22:52
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv28262 Modified Files: ChangeLog Makefile.am configure.in Log Message: 2003-10-26 Lutz Mueller <lu...@us...> * configure.in * Makefile.am: Remove PO_DIRS. Otherwise, automake complains about po and intl not being in SUBDIRS Index: configure.in =================================================================== RCS file: /cvsroot/libexif/libexif/configure.in,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- configure.in 26 Oct 2003 10:06:16 -0000 1.56 +++ configure.in 26 Oct 2003 10:18:31 -0000 1.57 @@ -38,13 +38,10 @@ then sed -e "s/^DOMAIN.*/DOMAIN = ${GETTEXT_PACKAGE}/" < po/Makevars.template > po/Makevars AC_MSG_RESULT([yes. done.]) - PO_DIR=po else AC_MSG_RESULT([no]) - PO_DIR= fi AM_GNU_GETTEXT -AC_SUBST([PO_DIR]) dnl --------------------------------------------------------------------------- dnl Warnings @@ -66,6 +63,7 @@ libjpeg/Makefile test/Makefile libexif/libexif.pc + po/Makefile.in ]) echo " Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/Makefile.am,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- Makefile.am 28 Sep 2003 17:35:13 -0000 1.23 +++ Makefile.am 26 Oct 2003 10:18:31 -0000 1.24 @@ -1,3 +1,3 @@ -SUBDIRS = libexif libjpeg test $(PO_DIR) +SUBDIRS = libexif libjpeg test po intl EXTRA_DIST = @PACKAGE@.spec Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.78 retrieving revision 1.79 diff -u -d -r1.78 -r1.79 --- ChangeLog 26 Oct 2003 10:06:16 -0000 1.78 +++ ChangeLog 26 Oct 2003 10:18:31 -0000 1.79 @@ -1,5 +1,11 @@ 2003-10-26 Lutz Mueller <lu...@us...> + * configure.in + * Makefile.am: Remove PO_DIRS. Otherwise, automake complains about + po and intl not being in SUBDIRS + +2003-10-26 Lutz Mueller <lu...@us...> + * libexif/olympus * libexif/canon * libexif/pentax: Merge libmnote with libexif. The code compiles but |