diff options
author | dos-reis <gdr@axiomatics.org> | 2012-05-28 14:09:02 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2012-05-28 14:09:02 +0000 |
commit | 62a125276f6dc3acedaf11af209b7e4c02306128 (patch) | |
tree | 81cf15675a49410d21e6277b7e5230b86232fd26 /configure | |
parent | 7be5c459a3b8d02d87e3a21edabfbf7227df613c (diff) | |
download | open-axiom-62a125276f6dc3acedaf11af209b7e4c02306128.tar.gz |
* interp/io.boot (findChar): Do not define here.
* interp/match.boot (charPosition): Likewise.
* boot/utility.boot (charPosition): Now return argument string
length if no match.
(findChar): New.
* boot/scanner.boot (lexerCharPosition): Adjust.
(shoeAccumulateLines): Use findChar.
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-26. +# Generated by GNU Autoconf 2.68 for OpenAxiom 1.5.0-2012-05-28. # # 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-26' -PACKAGE_STRING='OpenAxiom 1.5.0-2012-05-26' +PACKAGE_VERSION='1.5.0-2012-05-28' +PACKAGE_STRING='OpenAxiom 1.5.0-2012-05-28' 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-26 to adapt to many kinds of systems. +\`configure' configures OpenAxiom 1.5.0-2012-05-28 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-26:";; + short | recursive ) echo "Configuration of OpenAxiom 1.5.0-2012-05-28:";; 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-26 +OpenAxiom configure 1.5.0-2012-05-28 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-26, which was +It was created by OpenAxiom $as_me 1.5.0-2012-05-28, 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-26' + VERSION='1.5.0-2012-05-28' 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-26, which was +This file was extended by OpenAxiom $as_me 1.5.0-2012-05-28, 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-26 +OpenAxiom config.status 1.5.0-2012-05-28 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" |