]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR ada/14350 (libada/configure.in should not hardcode GCC version)
authorArnaud Charlet <charlet@act-europe.fr>
Tue, 2 Mar 2004 14:21:10 +0000 (15:21 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 2 Mar 2004 14:21:10 +0000 (15:21 +0100)
        PR ada/14350
        * configure.in: Remove hardcoded gcc version.

        * configure: Regenerated.

From-SVN: r78760

libada/ChangeLog
libada/configure
libada/configure.in

index 5787237f429b0cc0a590fa484f543d9a64bfff74..542f5016e90cb12906b1dd0277e08786fc925713 100644 (file)
@@ -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.
index 3af02ae9696beb6003c5d88a6398f76fbca60399..5153cadda3297eef805bd979d788af17410bc19b 100755 (executable)
@@ -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'`\\"
 
index 1591cf33672d757f6f97cb6fc97ebd8b7d155126..35923fbad957c8507195de67bb7cff584eecb2d5 100644 (file)
@@ -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])