From ed4dc39588007433765ae5f49271dbdecb65f258 Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Thu, 2 Jun 2005 13:44:48 +0000 Subject: [PATCH] New version number, to differentiate from released code --- src/configure | 18 +++++++++--------- src/configure.in | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/configure b/src/configure index 868b5783b..c91510536 100755 --- a/src/configure +++ b/src/configure @@ -1,7 +1,7 @@ #! /bin/sh # From configure.in Revision. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for ecl 0.9f. +# Generated by GNU Autoconf 2.59 for ecl 0.9g. # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation @@ -268,8 +268,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='ecl' PACKAGE_TARNAME='ecl' -PACKAGE_VERSION='0.9f' -PACKAGE_STRING='ecl 0.9f' +PACKAGE_VERSION='0.9g' +PACKAGE_STRING='ecl 0.9g' PACKAGE_BUGREPORT='' ac_unique_file="bare.lsp.in" @@ -787,7 +787,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 ecl 0.9f to adapt to many kinds of systems. +\`configure' configures ecl 0.9g to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -852,7 +852,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ecl 0.9f:";; + short | recursive ) echo "Configuration of ecl 0.9g:";; esac cat <<\_ACEOF @@ -994,7 +994,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -ecl configure 0.9f +ecl configure 0.9g generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1008,7 +1008,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ecl $as_me 0.9f, which was +It was created by ecl $as_me 0.9g, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -9985,7 +9985,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by ecl $as_me 0.9f, which was +This file was extended by ecl $as_me 0.9g, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -10045,7 +10045,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -ecl config.status 0.9f +ecl config.status 0.9g configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/src/configure.in b/src/configure.in index 4bc12faa8..ead8dd13f 100644 --- a/src/configure.in +++ b/src/configure.in @@ -8,7 +8,7 @@ dnl AUTOCONF configuration for ECL dnl Giuseppe Attardi 25.1.1994 dnl -AC_INIT([ecl],[0.9f],[]) +AC_INIT([ecl],[0.9g],[]) AC_REVISION([$Revision$]) AC_CONFIG_SRCDIR([bare.lsp.in]) AC_CONFIG_AUX_DIR([${srcdir}/gmp])