From: Ralf Wildenhues Date: Sat, 12 Jan 2008 14:00:57 +0000 (+0000) Subject: * tests/old-m4-iface.at (AM_PROG_LIBTOOL): Also copy needed X-Git-Tag: release-2-1b~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19b4628888ba40e5b89fba918f318d4f6f23299f;p=thirdparty%2Flibtool.git * tests/old-m4-iface.at (AM_PROG_LIBTOOL): Also copy needed lt~obsolete.m4. --- diff --git a/ChangeLog b/ChangeLog index 2869d4dc8..f7249fd14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-01-12 Ralf Wildenhues + * tests/old-m4-iface.at (AM_PROG_LIBTOOL): Also copy needed + lt~obsolete.m4. + * libltdl/config/ltmain.m4sh (func_mode_link): Fix warning about -l and -L for archives and objects as output, to not trigger for *.la files. Non-convenience archives are diagnosed diff --git a/tests/old-m4-iface.at b/tests/old-m4-iface.at index b43fff7a4..c24ab18ee 100644 --- a/tests/old-m4-iface.at +++ b/tests/old-m4-iface.at @@ -79,7 +79,8 @@ LT_AT_LIBTOOLIZE([--install]) # with libtool-1.5x... AT_CHECK([test -f aclocal.m4 || cat "$tst_aclocaldir/libtool.m4" "$tst_aclocaldir/ltoptions.m4" \ - "$tst_aclocaldir/ltsugar.m4" "$tst_aclocaldir/ltversion.m4" > aclocal.m4]) + "$tst_aclocaldir/ltsugar.m4" "$tst_aclocaldir/ltversion.m4" \ + "$tst_aclocaldir/lt~obsolete.m4" > aclocal.m4]) LT_AT_BOOTSTRAP([ignore], [ignore], [ignore], [ignore], [--force])