From d9a1ecc006142ae1eb8d96e914037113b619f524 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Thu, 24 May 2007 17:33:42 +0000 Subject: * 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 --- newlib/libc/sys/linux/linuxthreads/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'newlib/libc/sys/linux/linuxthreads/configure.in') diff --git a/newlib/libc/sys/linux/linuxthreads/configure.in b/newlib/libc/sys/linux/linuxthreads/configure.in index 6194cf7c7..790cc9e21 100644 --- a/newlib/libc/sys/linux/linuxthreads/configure.in +++ b/newlib/libc/sys/linux/linuxthreads/configure.in @@ -13,11 +13,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 if test -n "${machine_dir}"; then -- cgit v1.2.3