New release

This commit is contained in:
jjgarcia 2005-11-16 08:38:46 +00:00
parent 6afc4856fe
commit 6e5230e831
2 changed files with 10 additions and 10 deletions

18
src/configure vendored
View file

@ -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.9g.
# Generated by GNU Autoconf 2.59 for ecl 0.9h.
#
# 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.9g'
PACKAGE_STRING='ecl 0.9g'
PACKAGE_VERSION='0.9h'
PACKAGE_STRING='ecl 0.9h'
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.9g to adapt to many kinds of systems.
\`configure' configures ecl 0.9h 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.9g:";;
short | recursive ) echo "Configuration of ecl 0.9h:";;
esac
cat <<\_ACEOF
@ -1003,7 +1003,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
ecl configure 0.9g
ecl configure 0.9h
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@ -1017,7 +1017,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.9g, which was
It was created by ecl $as_me 0.9h, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@ -10213,7 +10213,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by ecl $as_me 0.9g, which was
This file was extended by ecl $as_me 0.9h, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -10273,7 +10273,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
ecl config.status 0.9g
ecl config.status 0.9h
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"

View file

@ -8,7 +8,7 @@ dnl AUTOCONF configuration for ECL
dnl Giuseppe Attardi 25.1.1994
dnl
AC_INIT([ecl],[0.9g],[])
AC_INIT([ecl],[0.9h],[])
AC_REVISION([$Revision$])
AC_CONFIG_SRCDIR([bare.lsp.in])
AC_CONFIG_AUX_DIR([${srcdir}/gmp])