]> git.ipfire.org Git - thirdparty/libtool.git/commit
Fix the bugs where libtoolize needs to use `dir/file' instead of
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 13 Jun 2006 19:08:33 +0000 (19:08 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 13 Jun 2006 19:08:33 +0000 (19:08 +0000)
commit7986f9a97156f3d055ee37cb8b5f83c04972eab3
treebf529e676772b2d2c7bab35acb6dd0214ce67484
parent7dd3afb52aef494c37816ca0d0eacb9edec7e360
Fix the bugs where libtoolize needs to use `dir/file' instead of
`./dir/file', where ltdldir is `.', so that libtoolize correctly
checks for (and suggests) `config' and `m4' instead of
`./config' and `./m4' as auxiliary resp. macro directories.
The change is necessary for unambiguous naming, the chosen way
plays better with non-GNU make in VPATH builds.

* libtoolize.m4sh (ltdlprefix): New variable, to use as prefix
instead of `$ltdldir/'.
(func_check_macros): Use it.  Bug report by Eric Blake.
ChangeLog
libtoolize.m4sh