X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=ef8880508a539bba2c297cadf7954a9678690ad3;hb=bbc9e4f23035409965750a6970f888a3dfe649c6;hp=ec5ee2eae28e4cbb8ccec7ecf0e314d040411d20;hpb=889e82c25e9376566b88e2f5c2a3aee3538efa16;p=pspp diff --git a/configure.ac b/configure.ac index ec5ee2eae2..ef8880508a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. dnl Initialize. AC_PREREQ(2.63) -AC_INIT([GNU PSPP], [0.7.9], [bug-gnu-pspp@gnu.org], [pspp]) +AC_INIT([GNU PSPP], [0.7.10], [bug-gnu-pspp@gnu.org], [pspp]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_TESTDIR([tests]) @@ -20,11 +20,6 @@ PKG_PROG_PKG_CONFIG m4_pattern_forbid([PKG_CHECK_MODULES]) PSPP_CHECK_CLICKSEQUENCE -AC_ARG_ENABLE( - anachronistic-dependencies, - [AS_HELP_STRING([--enable-anachronistic-dependencies], - [Attempt to allow building against older versions of dependent libraries])]) - PSPP_ENABLE_OPTION(-Wdeclaration-after-statement) PSPP_ENABLE_WERROR @@ -324,7 +319,7 @@ AC_SUBST([SIZEOF_SIZE_T]) AC_C_BIGENDIAN -AC_CHECK_FUNCS([__setfpucw fork execl execlp isinf isnan finite getpid feholdexcept fpsetmask popen round]) +AC_CHECK_FUNCS([__setfpucw fork execl isinf isnan finite getpid feholdexcept fpsetmask popen round]) AC_PROG_LN_S