diff options
author | dos-reis <gdr@axiomatics.org> | 2012-05-29 23:50:08 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2012-05-29 23:50:08 +0000 |
commit | 6c9b37fd68b558bced11d67cfc798ca96800bc79 (patch) | |
tree | ccc64628c69ca1d1fcb71c7b20c030d896d62d05 /configure | |
parent | d310a5d012161a4515d5c9e96e992fc6977d8f6b (diff) | |
download | open-axiom-6c9b37fd68b558bced11d67cfc798ca96800bc79.tar.gz |
* boot/parser.boot (%ParserState): New.
(makeParserState): Likewise.
(%Translator): Likewise.
(makeTranslator): Likewise.
Make all parsing functions take a parser state argument.
* boot/translator.boot (shoeOutParse): Adjust.
* interp/spad-parser.boot (stringPrefix?): Remove redudant definition.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for OpenAxiom 1.5.0-2012-05-28. +# Generated by GNU Autoconf 2.68 for OpenAxiom 1.5.0-2012-05-29. # # Report bugs to <open-axiom-bugs@lists.sf.net>. # @@ -570,8 +570,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='OpenAxiom' PACKAGE_TARNAME='openaxiom' -PACKAGE_VERSION='1.5.0-2012-05-28' -PACKAGE_STRING='OpenAxiom 1.5.0-2012-05-28' +PACKAGE_VERSION='1.5.0-2012-05-29' +PACKAGE_STRING='OpenAxiom 1.5.0-2012-05-29' PACKAGE_BUGREPORT='open-axiom-bugs@lists.sf.net' PACKAGE_URL='' @@ -1365,7 +1365,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-2012-05-28 to adapt to many kinds of systems. +\`configure' configures OpenAxiom 1.5.0-2012-05-29 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1440,7 +1440,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of OpenAxiom 1.5.0-2012-05-28:";; + short | recursive ) echo "Configuration of OpenAxiom 1.5.0-2012-05-29:";; esac cat <<\_ACEOF @@ -1553,7 +1553,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -OpenAxiom configure 1.5.0-2012-05-28 +OpenAxiom configure 1.5.0-2012-05-29 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2546,7 +2546,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-2012-05-28, which was +It was created by OpenAxiom $as_me 1.5.0-2012-05-29, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -3479,7 +3479,7 @@ fi # Define the identity of the package. PACKAGE='openaxiom' - VERSION='1.5.0-2012-05-28' + VERSION='1.5.0-2012-05-29' cat >>confdefs.h <<_ACEOF @@ -20276,7 +20276,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-2012-05-28, which was +This file was extended by OpenAxiom $as_me 1.5.0-2012-05-29, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -20342,7 +20342,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-2012-05-28 +OpenAxiom config.status 1.5.0-2012-05-29 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" |