]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix libtoolize test failure with aclocal < 1.10.1
authorGary V. Vaughan <gary@gnu.org>
Mon, 5 May 2008 05:07:14 +0000 (01:07 -0400)
committerGary V. Vaughan <gary@gnu.org>
Mon, 5 May 2008 05:07:14 +0000 (01:07 -0400)
* tests/libtoolize.at
(verbatim aclocal.m4 w/o AC_CONFIG_MACRO_DIR): Older aclocal
requires a space between -I and the directory argument.
Reported by Daniel Macks <dmacks@netspace.org>

ChangeLog
tests/libtoolize.at

index d30cc9886da5a3d5fa7057a7a874e19cdaa51374..15ffae1b4f3a23c7495e3e23585f45080a2a982b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-05-05  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): Older aclocal
+       requires a space between -I and the directory argument.
+       Reported by Daniel Macks <dmacks@netspace.org>
+
 2008-05-04  Gary V. Vaughan  <gary@gnu.org>
 
        Set SCM version number to 2.2.5a.
index 3de37c8d41d67f6d0c58d10476ff0d251bef0863..fa229b93282afd132330061d2141e5832157be18 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([-I$abs_top_srcdir/libltdl/m4])
+LT_AT_ACLOCAL([-I $abs_top_srcdir/libltdl/m4])
 
 ## The following code is adapted (and simplified) from libtoolize.m4sh
 ####