Automatic inference of measeurement level works.
[pspp] / configure.ac
index b0d8687f25ce416ac8acfe99b9151b32cebcf524..b8e8b7ddce58d89d4cef4480ac643a45daefeae5 100644 (file)
@@ -18,26 +18,24 @@ dnl Process this file with autoconf to produce a configure script.
 
 dnl Initialize.
 AC_PREREQ(2.64)
-AC_INIT([GNU PSPP], [1.5.3], [bug-gnu-pspp@gnu.org], [pspp])
+AC_INIT([GNU PSPP], [1.6.2], [bug-gnu-pspp@gnu.org], [pspp])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_TESTDIR([tests])
 AM_INIT_AUTOMAKE([tar-ustar info-in-builddir])
 
 dnl Checks for programs.
-AC_GNU_SOURCE
+AC_USE_SYSTEM_EXTENSIONS
 AC_PROG_CC
 gl_EARLY
 if test x"$cross_compiling" = x"yes"; then
    if test x"$srcdir" = x"."; then
-      AC_ERROR([Cross compiling must be done out of source.])
+      AC_MSG_ERROR([Cross compiling must be done out of source.])
    fi
 fi
 
 AM_PROG_CC_C_O
-AC_LIBTOOL_WIN32_DLL
-AC_LIBTOOL_DLOPEN
-AC_PROG_LIBTOOL
+LT_INIT([dlopen win32-dll])
 AC_HEADER_TIOCGWINSZ
 
 AC_CHECK_SIZEOF([ptrdiff_t])