]> git.ipfire.org Git - thirdparty/libtool.git/commit
testsuite: cope when some installed libltdl.la has been removed.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 7 Jun 2009 09:42:17 +0000 (11:42 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 7 Jun 2009 09:42:17 +0000 (11:42 +0200)
commit740565c4fdd69be05a0a5d118bf6c77a51498bcf
treeff5bc824eaa26c0a83765e4f68553e41561e2322
parent1f4a1d723744feddc05a77bc687366c286950651
testsuite: cope when some installed libltdl.la has been removed.

* tests/old-m4-iface.at (AC_WITH_LTDL): Pass --with-included-ltdl
to configure, to ensure we do not accidentally link against a
previously installed libltdl.so where the corresponding .la
file has been removed, thus we do not add a run path, and the
runtime linker then fails to find libltdl.so.7.
* tests/configure-iface.at (--with-ltdl-include/lib): Remove -L
flags from LDFLAGS to avoid picking up an installed libltdl
outside of the default locations.
* THANKS: Update.
Prompted by report from Patrice Fromy.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
THANKS
tests/configure-iface.at
tests/old-m4-iface.at