Remove i18n related configuration items which are no longer used
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 1 Sep 2009 20:17:56 +0000 (22:17 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 1 Sep 2009 20:17:56 +0000 (22:17 +0200)
Smake
configure.ac

diff --git a/Smake b/Smake
index fd936cd1505477a87b1718205ca4b7e2bcbc8d31..e8ffdd5705b2802df79ef79b6ccf90b075a521c0 100644 (file)
--- 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
index d147a97f9f802673d951f346da29c668a4ff4450..5198e292dacf9e81438b386f348593f81a5257bb 100644 (file)
@@ -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