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/aclocal.m4 | |
parent | aa5341f9aca1ad753bd47dffc9a53fc4bfe96f95 (diff) | |
download | newlib-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/libm/aclocal.m4')
-rw-r--r-- | newlib/libm/aclocal.m4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/newlib/libm/aclocal.m4 b/newlib/libm/aclocal.m4 index c89658a..5096c6a 100644 --- a/newlib/libm/aclocal.m4 +++ b/newlib/libm/aclocal.m4 @@ -877,6 +877,9 @@ AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR +m4_include([../../libtool.m4]) +m4_include([../../ltoptions.m4]) +m4_include([../../ltsugar.m4]) +m4_include([../../ltversion.m4]) m4_include([../acinclude.m4]) m4_include([../confsubdir.m4]) -m4_include([../libtool.m4]) |