From 80aee043800630a185643ffafca0d0635864c2e9 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Tue, 1 Sep 2009 22:17:56 +0200 Subject: [PATCH] Remove i18n related configuration items which are no longer used --- Smake | 1 - configure.ac | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) 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 -- 2.30.2