From: Lutz Mueller Date: Sun, 26 Oct 2003 10:18:31 +0000 (+0100) Subject: 2003-10-26 Lutz Mueller X-Git-Tag: libexif-0_6_21-release~836 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3009b13ee2618d57242a85ed88e1dfec106ad537;p=platform%2Fupstream%2Flibexif.git 2003-10-26 Lutz Mueller * configure.in * Makefile.am: Remove PO_DIRS. Otherwise, automake complains about po and intl not being in SUBDIRS --- diff --git a/ChangeLog b/ChangeLog index 22941d4..5a1747e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2003-10-26 Lutz Mueller + * configure.in + * Makefile.am: Remove PO_DIRS. Otherwise, automake complains about + po and intl not being in SUBDIRS + +2003-10-26 Lutz Mueller + * libexif/olympus * libexif/canon * libexif/pentax: Merge libmnote with libexif. The code compiles but diff --git a/Makefile.am b/Makefile.am index 91b21e7..d6fb6ae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = libexif libjpeg test $(PO_DIR) +SUBDIRS = libexif libjpeg test po intl EXTRA_DIST = @PACKAGE@.spec diff --git a/configure.in b/configure.in index 85edad8..c623f2b 100644 --- a/configure.in +++ b/configure.in @@ -38,13 +38,10 @@ if test -f po/Makevars.template 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 @@ AC_OUTPUT([ libjpeg/Makefile test/Makefile libexif/libexif.pc + po/Makefile.in ]) echo "