From 79a7adb696368d9893e1370ea16f4130987199f5 Mon Sep 17 00:00:00 2001 From: Lutz Mueller Date: Tue, 18 Dec 2007 21:18:22 +0100 Subject: [PATCH] 2007-12-18 Lutz Mueller Dan Fandrich 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 | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 00afbc1..3138d4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-12-18 Lutz Mueller + + Dan Fandrich 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 Marcus Meissner pointed out the following: diff --git a/configure.ac b/configure.ac index 1346eb9..522b55a 100644 --- a/configure.ac +++ b/configure.ac @@ -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() -- 2.7.4