Fix missing @clicksequence problem with older Texinfo versions.
[pspp-builds.git] / configure.ac
index d147a97f9f802673d951f346da29c668a4ff4450..6bc1a2f5418d74c649e42e7f21f15ff4e53bde5d 100644 (file)
@@ -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, 
@@ -31,9 +32,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