diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | config/var-def.mk | 2 | ||||
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 19 insertions, 11 deletions
@@ -1,3 +1,9 @@ +2011-12-03 Alfredo Portes <doyenatccny@gmail.com> + Gabriel Dos Reis <gdr@cs.tamu.edu> + + * config/var-def.mk (CXX): Define as substituted. + (LD): Likewise. + 2011-09-03 Igor Pashev <pashev.igor@gmail.com> Gabriel Dos Reis <gdr@cs.tamu.edu> diff --git a/config/var-def.mk b/config/var-def.mk index cae6a0a3..11e0ebd9 100644 --- a/config/var-def.mk +++ b/config/var-def.mk @@ -53,6 +53,8 @@ PACKAGE_VERSION = @PACKAGE_VERSION@ AR = @AR@ CC = @CC@ +CXX = @CXX@ +LD = @LD@ CPPFLAGS = @CPPFLAGS@ CFLAGS = @CFLAGS@ CXXFLAGS = @CXXFLAGS@ @@ -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-2011-11-02. +# Generated by GNU Autoconf 2.68 for OpenAxiom 1.5.0-2011-12-03. # # Report bugs to <open-axiom-bugs@lists.sf.net>. # @@ -709,8 +709,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='OpenAxiom' PACKAGE_TARNAME='openaxiom' -PACKAGE_VERSION='1.5.0-2011-11-02' -PACKAGE_STRING='OpenAxiom 1.5.0-2011-11-02' +PACKAGE_VERSION='1.5.0-2011-12-03' +PACKAGE_STRING='OpenAxiom 1.5.0-2011-12-03' PACKAGE_BUGREPORT='open-axiom-bugs@lists.sf.net' PACKAGE_URL='' @@ -1502,7 +1502,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-2011-11-02 to adapt to many kinds of systems. +\`configure' configures OpenAxiom 1.5.0-2011-12-03 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1577,7 +1577,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of OpenAxiom 1.5.0-2011-11-02:";; + short | recursive ) echo "Configuration of OpenAxiom 1.5.0-2011-12-03:";; esac cat <<\_ACEOF @@ -1688,7 +1688,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -OpenAxiom configure 1.5.0-2011-11-02 +OpenAxiom configure 1.5.0-2011-12-03 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2681,7 +2681,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-2011-11-02, which was +It was created by OpenAxiom $as_me 1.5.0-2011-12-03, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -5589,7 +5589,7 @@ fi # Define the identity of the package. PACKAGE='openaxiom' - VERSION='1.5.0-2011-11-02' + VERSION='1.5.0-2011-12-03' cat >>confdefs.h <<_ACEOF @@ -21602,7 +21602,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-2011-11-02, which was +This file was extended by OpenAxiom $as_me 1.5.0-2011-12-03, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21668,7 +21668,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-2011-11-02 +OpenAxiom config.status 1.5.0-2011-12-03 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 3b8c86c9..b944f99b 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-2011-11-02], +AC_INIT([OpenAxiom], [1.5.0-2011-12-03], [open-axiom-bugs@lists.sf.net]) dnl Most of the macros used in this configure.ac are defined in files |