X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=configure.ac;h=6bc1a2f5418d74c649e42e7f21f15ff4e53bde5d;hp=c44fdd565187e1b9f800e51b0adb609f0b99bf90;hb=HEAD;hpb=b5c82cc9aabe7e641011130240ae1b2e84348e23 diff --git a/configure.ac b/configure.ac index c44fdd56..6bc1a2f5 100644 --- a/configure.ac +++ b/configure.ac @@ -16,6 +16,7 @@ AC_LIBTOOL_DLOPEN AC_PROG_LIBTOOL PKG_PROG_PKG_CONFIG m4_pattern_forbid([PKG_CHECK_MODULES]) +PSPP_CHECK_CLICKSEQUENCE AC_ARG_ENABLE( anachronistic-dependencies, @@ -30,8 +31,11 @@ PSPP_CC_FOR_BUILD PSPP_PERL dnl Internationalization macros. -AM_GNU_GETTEXT([external], [need-ngettext]) -AM_GNU_GETTEXT_VERSION([0.17]) +AC_ARG_ENABLE(nls, [AS_HELP_STRING([--disable-nls], [do not use Native Language Support])]) +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 + dnl Checks for libraries. AC_SYS_LARGEFILE @@ -204,7 +208,7 @@ fi PSPP_CHECK_PREREQS -AC_CONFIG_FILES([Makefile gl/Makefile po/Makefile.in]) +AC_CONFIG_FILES([Makefile gl/Makefile]) AC_OUTPUT echo "PSPP configured successfully."