From b6540274ad0944da73c7535878c49cc18313e864 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Tue, 28 Sep 2004 19:39:00 +0000 Subject: [PATCH] Do use AM_GNU_GETTEXT, since gettextize is not run with autoconf 2.59. --- configure.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/configure.in b/configure.in index a246876a0..5807eab4c 100644 --- a/configure.in +++ b/configure.in @@ -638,13 +638,13 @@ AC_TRY_LINK([#include ], [AC_MSG_ERROR([At least GNU MP 4.1 is required, see http://swox.com/gmp])]) dnl i18n tests -AC_CHECK_HEADERS([libintl.h]) -AC_CHECK_FUNCS(gettext) -if test $ac_cv_func_gettext = no; then - AC_CHECK_LIB(intl, gettext) -fi -AC_CHECK_FUNCS([bindtextdomain textdomain]) -#AM_GNU_GETTEXT([external], [need-ngettext]) +#AC_CHECK_HEADERS([libintl.h]) +#AC_CHECK_FUNCS(gettext) +#if test $ac_cv_func_gettext = no; then +# AC_CHECK_LIB(intl, gettext) +#fi +#AC_CHECK_FUNCS([bindtextdomain textdomain]) +AM_GNU_GETTEXT([external], [need-ngettext]) ### Some systems don't declare some functions. On such systems, we ### need to at least provide our own K&R-style declarations. -- 2.20.1