]> git.ipfire.org Git - thirdparty/libtool.git/commit
On Windows, find potential libs regardless of file name case.
authorPeter Rosin <peda@lysator.liu.se>
Tue, 15 Jun 2010 20:52:33 +0000 (22:52 +0200)
committerPeter Rosin <peda@lysator.liu.se>
Tue, 15 Jun 2010 20:52:33 +0000 (22:52 +0200)
commit8cc72b48f67a6869584f0c73b0bbad1415ef9eff
tree58b9632e9076ff148b016f66aeae2b6ae59b43b7
parente0c817e5108fd6d1ac19defac06d8d16fd22426b
On Windows, find potential libs regardless of file name case.

* libltdl/m4/libtool.m4 (_LT_CHECK_MAGIC_METHOD),
libltdl/config/ltmain.m4sh (func_mode_link): On Windows,
find potential libs regardless of file name case.
* tests/nocase.at: New test, to check for regressions
of the above.
* Makefile.am: Add above new test.
* doc/libtool.texi (libtool script contents): Document
new variables.
* NEWS: Updated.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
Makefile.am
NEWS
doc/libtool.texi
libltdl/config/ltmain.m4sh
libltdl/m4/libtool.m4
tests/nocase.at [new file with mode: 0644]