]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix libtoolize test failure with aclocal-1.10.1.
authorGary V. Vaughan <gary@gnu.org>
Tue, 29 Apr 2008 18:28:07 +0000 (14:28 -0400)
committerGary V. Vaughan <gary@gnu.org>
Tue, 29 Apr 2008 18:35:51 +0000 (14:35 -0400)
* tests/libtoolize.at
(verbatim aclocal.m4 w/o AC_CONFIG_MACRO_DIR): Force aclocal to
search the source tree for latest libtool macros.

ChangeLog
tests/libtoolize.at

index 737c5c80b33b6a4f08c008d2991dd7e38eba8b6a..5685bda42f975c348175428f7e1a72f1682771ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-04-29  Gary V. Vaughan  <gary@gnu.org>
+
+       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  <ebb9@byu.net>
 
        Fix bug in 2008-04-21 type improvements.
index 25d664746b2943cc3ac2c2f452a4eda7f4a73e43..d91eef2e3f4692ab2d158bc8dfe11eb0253c810c 100644 (file)
@@ -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
 ####