Commit c390c361 by Paolo Bonzini Committed by Paolo Bonzini

re PR ada/41122 (libada multilib string parsing error)

2009-08-30  Paolo Bonzini  <bonzini@gnu.org>

	PR ada/41122
	* configure.ac: Add AC_PROG_AWK.  Remove useless duplicate
	call to AC_PROG_CC.
	* configure: Regenerate.
	* Makefile.in: Substitute AWK.

From-SVN: r151227
parent a778c4e7
2009-08-30 Paolo Bonzini <bonzini@gnu.org>
PR ada/41122
* configure.ac: Add AC_PROG_AWK. Remove useless duplicate
call to AC_PROG_CC.
* configure: Regenerate.
* Makefile.in: Substitute AWK.
2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* configure.ac (AC_PREREQ): Bump to 2.64. * configure.ac (AC_PREREQ): Bump to 2.64.
......
...@@ -39,7 +39,9 @@ prefix = @prefix@ ...@@ -39,7 +39,9 @@ prefix = @prefix@
# Nonstandard autoconf-set variables. # Nonstandard autoconf-set variables.
enable_shared = @enable_shared@ enable_shared = @enable_shared@
LN_S=@LN_S@ LN_S=@LN_S@
AWK=@AWK@
# Variables for the user (or the top level) to override. # Variables for the user (or the top level) to override.
objext=.o objext=.o
......
...@@ -117,7 +117,8 @@ esac ...@@ -117,7 +117,8 @@ esac
], [enable_shared=yes]) ], [enable_shared=yes])
AC_SUBST([enable_shared]) AC_SUBST([enable_shared])
# Need to pass this down for now :-P # These must be passed down, or are needed by gcc/libgcc.mvars
AC_PROG_AWK
AC_PROG_LN_S AC_PROG_LN_S
# Determine what to build for 'gnatlib' # Determine what to build for 'gnatlib'
...@@ -130,7 +131,6 @@ else ...@@ -130,7 +131,6 @@ else
fi fi
AC_SUBST([default_gnatlib_target]) AC_SUBST([default_gnatlib_target])
AC_PROG_CC
warn_cflags= warn_cflags=
if test "x$GCC" = "xyes"; then if test "x$GCC" = "xyes"; then
warn_cflags='$(GCC_WARN_CFLAGS)' warn_cflags='$(GCC_WARN_CFLAGS)'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment