From: John Darrington Date: Tue, 1 Sep 2009 20:17:56 +0000 (+0200) Subject: Remove i18n related configuration items which are no longer used X-Git-Tag: build37~9 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=80aee043800630a185643ffafca0d0635864c2e9 Remove i18n related configuration items which are no longer used --- diff --git a/Smake b/Smake index fd936cd1..e8ffdd57 100644 --- a/Smake +++ b/Smake @@ -105,7 +105,6 @@ all: echo '*' > gl/.cvsignore echo '*' > gl/m4/.cvsignore libtoolize --force --automake - autopoint --force aclocal -I m4 -I gl/m4 autoconf autoheader diff --git a/configure.ac b/configure.ac index d147a97f..5198e292 100644 --- a/configure.ac +++ b/configure.ac @@ -31,9 +31,8 @@ PSPP_PERL dnl Internationalization macros. AC_ARG_ENABLE(nls, [AS_HELP_STRING([--disable-nls], [do not use Native Language Support])]) -if test x"$enable_nls" != x"no" ; then - AM_GNU_GETTEXT_VERSION([0.17]) - AC_DEFINE(ENABLE_NLS, 1, [Define to 1 if translation of program messages to the user's native language is requested.]) +if test x"$enable_nls" != x"no" ; then + AC_DEFINE(ENABLE_NLS, 1, [Define to 1 if translation of program messages to the user's native language is requested.]) fi