X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=a020b3f6e70ee35c0e86feebb8bca9e066369f08;hb=2e02472cf15ddb64c33a1477cf4cfbf3be2d0c95;hp=69836f9599a09e14ae4b8645cf05f381cfd26f4e;hpb=a90f29f5c4c88d1e56373b160e103bfa9f8ce387;p=pspp diff --git a/configure.ac b/configure.ac index 69836f9599..a020b3f6e7 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. dnl Initialize. AX_PREREQ(2.57) -AC_INIT(pspp, 0.3.1,bug-gnu-pspp@gnu.org) +AC_INIT(pspp, 0.3.2,bug-gnu-pspp@gnu.org) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE @@ -48,7 +48,7 @@ AC_CHECK_LIB(gmp, mpf_get_str,, AC_CHECK_LIB(gslcblas,main,,AC_MSG_ERROR([You must install libgslcblas])) AC_CHECK_LIB(gsl, gsl_cdf_chisq_Q,, - AC_MSG_ERROR([You must install libgsl version 1.4 or later])) + AC_MSG_ERROR([You must install libgsl version 1.4 or later])) AC_CHECK_LIB(gnugetopt,getopt_long) AC_CHECK_FUNC(getopt_long,, @@ -149,7 +149,7 @@ if test x"$enable_debug" = x"yes" ; then fi AC_CONFIG_FILES([Makefile po/Makefile.in m4/Makefile - lib/Makefile lib/misc/Makefile + lib/Makefile lib/misc/Makefile lib/gsl-extras/Makefile doc/Makefile src/Makefile src/expressions/Makefile config/Makefile