X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=b85803642c6c7ceb4ce80a22fc9d69f9bb840376;hb=refs%2Fbuilds%2F20130912030505%2Fpspp;hp=ef8880508a539bba2c297cadf7954a9678690ad3;hpb=0b0ca44889e637251cb5f2dbf3c7fdc4ec8b9bd7;p=pspp diff --git a/configure.ac b/configure.ac index ef8880508a..b85803642c 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.10], [bug-gnu-pspp@gnu.org], [pspp]) +AC_INIT([GNU PSPP], [0.8.0], [bug-gnu-pspp@gnu.org], [pspp]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_TESTDIR([tests]) @@ -201,19 +201,19 @@ AC_DEFINE( dnl Gnumeric and OpenDocument (read) support requires libxml2 and zlib. if test $HAVE_LIBXML2 = yes && test $HAVE_ZLIB = yes; then - GNM_SUPPORT=yes + GNM_READ_SUPPORT=yes ODF_READ_SUPPORT=yes AC_DEFINE( - [GNM_SUPPORT], [1], + [GNM_READ_SUPPORT], [1], [Define to 1 if building in support for reading Gnumeric files.]) AC_DEFINE( [ODF_READ_SUPPORT], [1], [Define to 1 if building in support for reading OpenDocument files.]) else - GNM_SUPPORT=no + GNM_READ_SUPPORT=no ODF_READ_SUPPORT=no fi -AC_SUBST([GNM_SUPPORT]) +AC_SUBST([GNM_READ_SUPPORT]) AC_SUBST([ODF_READ_SUPPORT]) dnl ODF support requires libxml2 (zlib is optional).