diff options
author | dos-reis <gdr@axiomatics.org> | 2010-11-30 07:58:43 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-11-30 07:58:43 +0000 |
commit | 816865ca0322b9d413aaf562cbf5dd648f9c1038 (patch) | |
tree | bad734df4facb483e57f0922942d355939c3146a /configure | |
parent | c81dbb595ec1d8352d3cfd420ef1b6926b861a78 (diff) | |
download | open-axiom-816865ca0322b9d413aaf562cbf5dd648f9c1038.tar.gz |
Fix SF/2110371
* interp/i-toplev.boot (recordAndPrint): Tidy.
(SpadInterpretFile): Move to int-top.boot.
* interp/int-top.boot (ncINTERPFILE): Simplify.
(ncloopPrintLines): Output onto the standard output stream.
(ncloopIncFileName): Issue diagnostic on error output stream.
* interp/setvars.boot (setOutputAlgebra): Fix thinko.
(setStandardOutputToAlgebraStream): New.
* interp/sys-driver.boot (executeSpadScript): Use it.
Set verbosity level as appropriate. Redirect output if requested.
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.65 for OpenAxiom 1.4.0-2010-11-29. +# Generated by GNU Autoconf 2.65 for OpenAxiom 1.4.0-2010-11-30. # # Report bugs to <open-axiom-bugs@lists.sf.net>. # @@ -701,8 +701,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='OpenAxiom' PACKAGE_TARNAME='openaxiom' -PACKAGE_VERSION='1.4.0-2010-11-29' -PACKAGE_STRING='OpenAxiom 1.4.0-2010-11-29' +PACKAGE_VERSION='1.4.0-2010-11-30' +PACKAGE_STRING='OpenAxiom 1.4.0-2010-11-30' PACKAGE_BUGREPORT='open-axiom-bugs@lists.sf.net' PACKAGE_URL='' @@ -1491,7 +1491,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.4.0-2010-11-29 to adapt to many kinds of systems. +\`configure' configures OpenAxiom 1.4.0-2010-11-30 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1566,7 +1566,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of OpenAxiom 1.4.0-2010-11-29:";; + short | recursive ) echo "Configuration of OpenAxiom 1.4.0-2010-11-30:";; esac cat <<\_ACEOF @@ -1677,7 +1677,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -OpenAxiom configure 1.4.0-2010-11-29 +OpenAxiom configure 1.4.0-2010-11-30 generated by GNU Autoconf 2.65 Copyright (C) 2009 Free Software Foundation, Inc. @@ -2569,7 +2569,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.4.0-2010-11-29, which was +It was created by OpenAxiom $as_me 1.4.0-2010-11-30, which was generated by GNU Autoconf 2.65. Invocation command line was $ $0 $@ @@ -5468,7 +5468,7 @@ fi # Define the identity of the package. PACKAGE='openaxiom' - VERSION='1.4.0-2010-11-29' + VERSION='1.4.0-2010-11-30' cat >>confdefs.h <<_ACEOF @@ -20961,7 +20961,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.4.0-2010-11-29, which was +This file was extended by OpenAxiom $as_me 1.4.0-2010-11-30, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21027,7 +21027,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.4.0-2010-11-29 +OpenAxiom config.status 1.4.0-2010-11-30 configured by $0, generated by GNU Autoconf 2.65, with options \\"\$ac_cs_config\\" |