diff options
author | Steve Ellcey <sellcey@mips.com> | 2007-05-24 17:33:42 +0000 |
---|---|---|
committer | Steve Ellcey <sellcey@mips.com> | 2007-05-24 17:33:42 +0000 |
commit | d9a1ecc006142ae1eb8d96e914037113b619f524 (patch) | |
tree | 527352306dc715846760d95828180d4bccb3ea5e /newlib/libm/configure.in | |
parent | aa5341f9aca1ad753bd47dffc9a53fc4bfe96f95 (diff) | |
download | cygnal-d9a1ecc006142ae1eb8d96e914037113b619f524.tar.gz cygnal-d9a1ecc006142ae1eb8d96e914037113b619f524.tar.bz2 cygnal-d9a1ecc006142ae1eb8d96e914037113b619f524.zip |
* 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/libm/configure.in')
-rw-r--r-- | newlib/libm/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/configure.in b/newlib/libm/configure.in index da2a9ae74..2750e14d3 100644 --- a/newlib/libm/configure.in +++ b/newlib/libm/configure.in @@ -22,7 +22,7 @@ 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 if test "${use_libtool}" = "yes"; then AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL |