From 7f4be57d9f838d7723309e88d73f0244a8837029 Mon Sep 17 00:00:00 2001 From: Jordi Mallach Date: Sat, 5 Jul 2003 23:56:43 +0000 Subject: [PATCH] For some reason, some people were getting AM_GNU_GETTEXT calls due to our 2003-07-06 Jordi Mallach * configure.in: For some reason, some people were getting AM_GNU_GETTEXT calls due to our use of AM_GNU_GETTEXT_VERSION, which broke as we have no intl/. Kick it. --- ChangeLog | 6 ++++++ configure.in | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1eb9ee1..38b9891 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-07-06 Jordi Mallach + + * configure.in: For some reason, some people were getting + AM_GNU_GETTEXT calls due to our use of AM_GNU_GETTEXT_VERSION, which + broke as we have no intl/. Kick it. + 2003-06-23 Jordi Mallach * NEWS: Update for 0.7.3. diff --git a/configure.in b/configure.in index 02a02ef..e38f723 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,6 @@ AC_PROG_CC AC_PROG_INTLTOOL([0.25]) ALL_LINGUAS="am ca cs de es eu fr ja mk nl no pt pt_BR ru sr sr@Latn sv uk zh_TW" -AM_GNU_GETTEXT_VERSION([0.11.5]) AM_GLIB_GNU_GETTEXT AC_PATH_PROG(GCONFTOOL, gconftool-2) -- 2.50.1