aboutsummaryrefslogtreecommitdiff
path: root/newlib/configure.in
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@mips.com>2007-05-24 17:33:42 +0000
committerSteve Ellcey <sellcey@mips.com>2007-05-24 17:33:42 +0000
commitd9a1ecc006142ae1eb8d96e914037113b619f524 (patch)
tree527352306dc715846760d95828180d4bccb3ea5e /newlib/configure.in
parentaa5341f9aca1ad753bd47dffc9a53fc4bfe96f95 (diff)
downloadnewlib-d9a1ecc006142ae1eb8d96e914037113b619f524.zip
newlib-d9a1ecc006142ae1eb8d96e914037113b619f524.tar.gz
newlib-d9a1ecc006142ae1eb8d96e914037113b619f524.tar.bz2
* ltmain.sh: Update from GCC.
* libtool.m4: Update from GCC. * ltsugar.m4: New. Update from GCC. * ltversion.m4: New. Update from GCC. * ltoptions.m4: New. Update from GCC. * ltconfig: Remove. * ltcf-c.sh: Remove. * ltcf-cxx.sh: Remove. * ltcf-gcj.sh: Remove. * src-release: Update with new libtool file list. * newlib/*/configure.in: invoke _LD_DECL_SED. * newlib/*/Makefile.am: Ensure toplevel is included in ACLOCAL_AMFLAGS. * Regenerate subdirectories
Diffstat (limited to 'newlib/configure.in')
-rw-r--r--newlib/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/configure.in b/newlib/configure.in
index c10a106..48cb252 100644
--- a/newlib/configure.in
+++ b/newlib/configure.in
@@ -120,10 +120,11 @@ NEWLIB_CONFIGURE(.)
dnl We have to enable libtool after NEWLIB_CONFIGURE because if we try and
dnl add it into NEWLIB_CONFIGURE, executable tests are made before the first
dnl line of the macro which fail because appropriate LDFLAGS are not set.
+_LT_DECL_SED
+AC_PROG_AWK
if test "${use_libtool}" = "yes"; then
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
-AC_PROG_AWK
fi
AC_ARG_ENABLE(newlib_hw_fp,