diff options
-rw-r--r-- | config/open-axiom.m4 | 2 | ||||
-rwxr-xr-x | configure | 22 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 13 insertions, 13 deletions
diff --git a/config/open-axiom.m4 b/config/open-axiom.m4 index 79b7f00d..323125a7 100644 --- a/config/open-axiom.m4 +++ b/config/open-axiom.m4 @@ -388,7 +388,7 @@ case $oa_lisp_flavor in ;; sbcl) oa_quiet_flags='--noinform --noprint' - oa_eval_flags='--no-sysinit --no-userinit --eval' + oa_eval_flags='--no-sysinit --no-userinit --disable-debugger --eval' ;; clisp) oa_quiet_flags='--quiet' @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for OpenAxiom 1.5.0-2014-02-22. +# Generated by GNU Autoconf 2.69 for OpenAxiom 1.5.0-2014-05-02. # # Report bugs to <open-axiom-bugs@lists.sf.net>. # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='OpenAxiom' PACKAGE_TARNAME='openaxiom' -PACKAGE_VERSION='1.5.0-2014-02-22' -PACKAGE_STRING='OpenAxiom 1.5.0-2014-02-22' +PACKAGE_VERSION='1.5.0-2014-05-02' +PACKAGE_STRING='OpenAxiom 1.5.0-2014-05-02' PACKAGE_BUGREPORT='open-axiom-bugs@lists.sf.net' PACKAGE_URL='' @@ -1415,7 +1415,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures OpenAxiom 1.5.0-2014-02-22 to adapt to many kinds of systems. +\`configure' configures OpenAxiom 1.5.0-2014-05-02 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1490,7 +1490,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of OpenAxiom 1.5.0-2014-02-22:";; + short | recursive ) echo "Configuration of OpenAxiom 1.5.0-2014-05-02:";; esac cat <<\_ACEOF @@ -1607,7 +1607,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -OpenAxiom configure 1.5.0-2014-02-22 +OpenAxiom configure 1.5.0-2014-05-02 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2608,7 +2608,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by OpenAxiom $as_me 1.5.0-2014-02-22, which was +It was created by OpenAxiom $as_me 1.5.0-2014-05-02, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3624,7 +3624,7 @@ fi # Define the identity of the package. PACKAGE='openaxiom' - VERSION='1.5.0-2014-02-22' + VERSION='1.5.0-2014-05-02' cat >>confdefs.h <<_ACEOF @@ -17775,7 +17775,7 @@ case $oa_lisp_flavor in ;; sbcl) oa_quiet_flags='--noinform --noprint' - oa_eval_flags='--no-sysinit --no-userinit --eval' + oa_eval_flags='--no-sysinit --no-userinit --disable-debugger --eval' ;; clisp) oa_quiet_flags='--quiet' @@ -20728,7 +20728,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by OpenAxiom $as_me 1.5.0-2014-02-22, which was +This file was extended by OpenAxiom $as_me 1.5.0-2014-05-02, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -20794,7 +20794,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -OpenAxiom config.status 1.5.0-2014-02-22 +OpenAxiom config.status 1.5.0-2014-05-02 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index e008ece8..b2adc49e 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ dnl Makefiles for building OpenAxiom interpreter, compiler, libraries, and dnl auxiliary tools where appropriate. dnl -AC_INIT([OpenAxiom], [1.5.0-2014-02-22], +AC_INIT([OpenAxiom], [1.5.0-2014-05-02], [open-axiom-bugs@lists.sf.net]) dnl Most of the macros used in this configure.ac are defined in files |