2003-10-26 Lutz Mueller <lutz@users.sourceforge.net>
authorLutz Mueller <lutz.s.mueller@gmail.com>
Sun, 26 Oct 2003 10:18:31 +0000 (11:18 +0100)
committerLutz Mueller <lutz.s.mueller@gmail.com>
Sun, 26 Oct 2003 10:18:31 +0000 (11:18 +0100)
* configure.in
* Makefile.am: Remove PO_DIRS. Otherwise, automake complains about
  po and intl not being in SUBDIRS

ChangeLog
Makefile.am
configure.in

index 22941d4..5a1747e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2003-10-26  Lutz Mueller <lutz@users.sourceforge.net>
 
+       * configure.in
+       * Makefile.am: Remove PO_DIRS. Otherwise, automake complains about
+         po and intl not being in SUBDIRS
+
+2003-10-26  Lutz Mueller <lutz@users.sourceforge.net>
+
        * libexif/olympus
        * libexif/canon
        * libexif/pentax: Merge libmnote with libexif. The code compiles but
index 91b21e7..d6fb6ae 100644 (file)
@@ -1,3 +1,3 @@
-SUBDIRS = libexif libjpeg test $(PO_DIR)
+SUBDIRS = libexif libjpeg test po intl
 
 EXTRA_DIST = @PACKAGE@.spec
index 85edad8..c623f2b 100644 (file)
@@ -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 "