mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-16 17:09:51 +08:00
re PR ada/14350 (libada/configure.in should not hardcode GCC version)
PR ada/14350 * configure.in: Remove hardcoded gcc version. * configure: Regenerated. From-SVN: r78760
This commit is contained in:
parent
a5c40cfbfa
commit
f0d3c336d5
@ -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.
|
||||
|
35
libada/configure
vendored
35
libada/configure
vendored
@ -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'`\\"
|
||||
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user