From b1d5e60f5106e83670d687394e928834a3342562 Mon Sep 17 00:00:00 2001
From: charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Tue, 2 Mar 2004 14:21:10 +0000
Subject: [PATCH]         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
---
 libada/ChangeLog    |  7 +++++++
 libada/configure    | 35 ++++++++++++-----------------------
 libada/configure.in |  3 +--
 3 files changed, 20 insertions(+), 25 deletions(-)

diff --git a/libada/ChangeLog b/libada/ChangeLog
index 5787237f429b..542f5016e90c 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 3af02ae9696b..5153cadda329 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 $@
@@ -1191,14 +1188,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 
-
-
-
-
-
-
-
-
 
 
 
@@ -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 1591cf33672d..35923fbad957 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])
-- 
GitLab