]> git.ipfire.org Git - thirdparty/libtool.git/commit
Fix bindir check logic, and relax non-bindir case for AIX.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 14 Oct 2010 19:48:17 +0000 (21:48 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 15 Oct 2010 03:38:35 +0000 (05:38 +0200)
commit5bc5f69ec6954050181f12b8e5dfb618803cd77d
treebfc7d8119250c0d88b6f95f05ece062460c662a3
parent5798227360684931122c6f86708f6c9495752fe0
Fix bindir check logic, and relax non-bindir case for AIX.

* tests/bindir.at (bindir install tests): Rewrite checks for
place of the installed shared library in two separate tests,
depending on whether -bindir is supposed to have an effect or
not.  In the positive case, make the test stricter so that we
reject libraries in $libdir.  In the negative case, do not
require a major version number in the $libdir file name, for AIX
without runtimelinking.  If tmpdir creation fails, skip the
test.  Use fewer bindir directory names for testing, to speed
up the test.  Also mention MSVC style DLL name in comment.
Report by Peter Rosin.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/bindir.at