X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=b00a75b14770f824c13737d9182307a347c02546;hb=a1b98c15156a32b058294ba4f5c54fb745550222;hp=f36dcac2d2bd46f234ca0760b8dbdc29f5574755;hpb=83c4d7ff1c815395eb050aa6b16b6b740595cc92;p=pspp diff --git a/configure.ac b/configure.ac index f36dcac2d2..b00a75b147 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.60) -AC_INIT([pspp],[0.6.0],[bug-gnu-pspp@gnu.org]) +AC_INIT([pspp],[0.7.0],[bug-gnu-pspp@gnu.org]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE @@ -121,7 +121,7 @@ AM_CONDITIONAL(GNM_SUPPORT, test x"$gnm_support" = x"yes") AC_ARG_WITH( gui_tools, - [AS_HELP_STRING([--with-gui-tools], [build the gui developer tools])]) + [AS_HELP_STRING([--with-gui-tools], [build the gui developer tools. For DEVELOPERS only! There is no reason why users will need this flag.])]) if test x"$with_gui_tools" = x"yes" ; then PKG_CHECK_MODULES(GLADE_UI, gladeui-1.0) fi