summaryrefslogtreecommitdiff
path: root/libada
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-02 14:21:10 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-02 14:21:10 +0000
commitb1d5e60f5106e83670d687394e928834a3342562 (patch)
tree22087e81c743522e36a30c01d2ce892ff43441e9 /libada
parent21583960e8b2fbf5c7e00e8046e4bf6e95b7a9b3 (diff)
downloadgcc-b1d5e60f5106e83670d687394e928834a3342562.tar.gz
PR ada/14350
* configure.in: Remove hardcoded gcc version. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78760 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libada')
-rw-r--r--libada/ChangeLog7
-rwxr-xr-xlibada/configure35
-rw-r--r--libada/configure.in3
3 files changed, 20 insertions, 25 deletions
diff --git a/libada/ChangeLog b/libada/ChangeLog
index 5787237f429..542f5016e90 100644
--- a/libada/ChangeLog
+++ b/libada/ChangeLog
@@ -1,3 +1,10 @@
+2003-03-02 Arnaud Charlet <charlet@act-europe.fr>
+
+ PR ada/14350
+ * configure.in: Remove hardcoded gcc version.
+
+ * configure: Regenerated.
+
2004-02-10 Ulrich Weigand <uweigand@de.ibm.com>
* Makefile.in (gnattools): Depend on gnatlib.
diff --git a/libada/configure b/libada/configure
index 3af02ae9696..5153cadda32 100755
--- a/libada/configure
+++ b/libada/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for GCC libada experimental pre-3.5.
+# Generated by GNU Autoconf 2.57.
#
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
@@ -264,12 +264,13 @@ SHELL=${CONFIG_SHELL-/bin/sh}
: ${ac_max_here_lines=38}
# Identity of this package.
-PACKAGE_NAME='GCC libada'
-PACKAGE_TARNAME='gcc-libada'
-PACKAGE_VERSION='experimental pre-3.5'
-PACKAGE_STRING='GCC libada experimental pre-3.5'
-PACKAGE_BUGREPORT=''
+PACKAGE_NAME=
+PACKAGE_TARNAME=
+PACKAGE_VERSION=
+PACKAGE_STRING=
+PACKAGE_BUGREPORT=
+ac_unique_file="Makefile.in"
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS MAINT build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os enable_shared LIBOBJS LTLIBOBJS'
ac_subst_files=''
@@ -719,7 +720,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 GCC libada experimental pre-3.5 to adapt to many kinds of systems.
+\`configure' configures this package to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -780,9 +781,7 @@ _ACEOF
fi
if test -n "$ac_init_help"; then
- case $ac_init_help in
- short | recursive ) echo "Configuration of GCC libada experimental pre-3.5:";;
- esac
+
cat <<\_ACEOF
Optional Features:
@@ -855,8 +854,6 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-GCC libada configure experimental pre-3.5
-generated by GNU Autoconf 2.57
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
Free Software Foundation, Inc.
@@ -870,7 +867,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 GCC libada $as_me experimental pre-3.5, which was
+It was created by $as_me, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ $0 $@
@@ -1199,14 +1196,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-
-
-
-
-
-
# This is an autoconf 2.5x script.
@@ -1754,7 +1743,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by GCC libada $as_me experimental pre-3.5, which was
+This file was extended by $as_me, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -1809,7 +1798,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-GCC libada config.status experimental pre-3.5
+config.status
configured by $0, generated by GNU Autoconf 2.57,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/libada/configure.in b/libada/configure.in
index 1591cf33672..35923fbad95 100644
--- a/libada/configure.in
+++ b/libada/configure.in
@@ -15,8 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Please keep the version number in sync with the general GCC version.
-AC_INIT([GCC libada],[experimental pre-3.5])
+AC_INIT(Makefile.in)
# This is an autoconf 2.5x script.
AC_PREREQ([2.57])