mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
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>
This commit is contained in:
parent
f7306a6ac1
commit
fc6191fe1f
@ -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.
|
||||
|
@ -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
|
||||
####
|
||||
|
Loading…
Reference in New Issue
Block a user