@@ -1,3 +1,7 @@
+2006-02-17 Guillem Jover <guillem@debian.org>
+
+ * configure.ac: Require gettext 0.14.5.
2006-02-17 Guillem Jover <guillem@debian.org>
* configure.ac: Use AC_CONFIG_AUX_DIR to move auxiliary scripts to
@@ -12,7 +12,7 @@ DPKG_ARCHITECTURE
AM_INIT_AUTOMAKE([1.8 gnu])
-AM_GNU_GETTEXT_VERSION(0.14.1)
+AM_GNU_GETTEXT_VERSION(0.14.5)
AM_GNU_GETTEXT()
# Allow compilation without dselect
@@ -2,6 +2,7 @@ dpkg (1.13.16~) UNRELEASED; urgency=low
[ Guillem Jover ]
* Move auxiliary autotools scripts to config/.
+ * Require gettext 0.14.5.
-- Guillem Jover <guillem@debian.org> Fri, 17 Feb 2006 03:52:59 +0200