2007-12-18 Lutz Mueller <lutz@users.sourceforge.net>
authorLutz Mueller <lutz.s.mueller@gmail.com>
Tue, 18 Dec 2007 20:18:22 +0000 (21:18 +0100)
committerLutz Mueller <lutz.s.mueller@gmail.com>
Tue, 18 Dec 2007 20:18:22 +0000 (21:18 +0100)
Dan Fandrich <dan@coneharvesters.com> pointed out the following:

* configure.ac: Keep gettext requirement as low as 0.14.1.
gettextize changes it automatically to 0.17, but as long as we don't
know why, there is no need to enforce this version.

ChangeLog
configure.ac

index 00afbc1..3138d4f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-12-18  Lutz Mueller <lutz@users.sourceforge.net>
+
+       Dan Fandrich <dan@coneharvesters.com> pointed out the following:
+
+       * configure.ac: Keep gettext requirement as low as 0.14.1.
+       gettextize changes it automatically to 0.17, but as long as we don't
+       know why, there is no need to enforce this version.
+
 2007-12-16  Lutz Mueller <lutz@users.sourceforge.net>
 
        Marcus Meissner <marcus@jet.franken.de> pointed out the following:
index 1346eb9..522b55a 100644 (file)
@@ -156,7 +156,7 @@ ALL_LINGUAS="cs de en_CA es fr pl ru sk vi"
 AM_PO_SUBDIRS
 GP_GETTEXT_HACK([${PACKAGE}-${LIBEXIF_CURRENT_MIN}],
                 [Lutz Mueller and others])
-AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT_VERSION([0.14.1])
 AM_GNU_GETTEXT([external])
 AM_ICONV()
 GP_GETTEXT_FLAGS()