From: Gary V. Vaughan Date: Tue, 29 Apr 2008 18:28:07 +0000 (-0400) Subject: Fix libtoolize test failure with aclocal-1.10.1. X-Git-Tag: v2.2.4~9 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=2826832999f79a85089a7d434423af0e7bc6e395;p=thirdparty%2Flibtool.git Fix libtoolize test failure with aclocal-1.10.1. * tests/libtoolize.at (verbatim aclocal.m4 w/o AC_CONFIG_MACRO_DIR): Force aclocal to search the source tree for latest libtool macros. --- diff --git a/ChangeLog b/ChangeLog index 737c5c80b..5685bda42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-04-29 Gary V. Vaughan + + Fix libtoolize test failure with aclocal-1.10.1. + * tests/libtoolize.at + (verbatim aclocal.m4 w/o AC_CONFIG_MACRO_DIR): Force aclocal to + search the source tree for latest libtool macros. + 2008-04-24 Eric Blake Fix bug in 2008-04-21 type improvements. diff --git a/tests/libtoolize.at b/tests/libtoolize.at index 25d664746..d91eef2e3 100644 --- a/tests/libtoolize.at +++ b/tests/libtoolize.at @@ -689,7 +689,7 @@ LT_AT_CHECK_LIBTOOLIZE([--copy], 0, expout) ## Upgrading an aclocal maintained aclocal.m4 without AC_CONFIG_MACRO_DIR. ## ## ----------------------------------------------------------------------- ## -LT_AT_ACLOCAL() +LT_AT_ACLOCAL([-I$abs_top_srcdir/libltdl/m4]) ## The following code is adapted (and simplified) from libtoolize.m4sh ####