]> git.ipfire.org Git - thirdparty/libtool.git/commit
Add file name conversion from $build to toolchain.
authorPeter Rosin <peda@lysator.liu.se>
Mon, 6 Sep 2010 06:23:52 +0000 (08:23 +0200)
committerPeter Rosin <peda@lysator.liu.se>
Mon, 6 Sep 2010 06:23:52 +0000 (08:23 +0200)
commit375a576d095b69bfeb11d5b560201d65ce70e132
tree02b01f92b615d1cdb351b055c0a4bc5a68769960
parent0f052db3b89835904b95d8336b2491e7b8eef8f7
Add file name conversion from $build to toolchain.

* configure.ac: Ensure to_tool_file_cmd is available to Makefile.
* libltdl/m4/libtool.m4 (_LT_PATH_CONVERSION_FUNCTIONS): Add
cache variable lt_cv_to_tool_file_cmd that describes how to
convert file names from $build to toolchain format.
* libltdl/config/ltmain.m4sh (func_to_tool_file): New function
that utilizes the above.
* Makefile.am: Ensure to_tool_file_cmd is included in
TEST_ENVIRONMENT so that it is passed to (old testsuite) tests.
* testsuite.at: Ensure to_tool_file_cmd is passed as a variable
setting on the configure line for (new testsuite) tests.
* doc/libtool.texi (libtool script content): Update with
to_tool_file_cmd description.
(Cygwin to MinGW Cross): Update to mention lt_cv_to_tool_file_cmd.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
ChangeLog
Makefile.am
configure.ac
doc/libtool.texi
libltdl/config/ltmain.m4sh
libltdl/m4/libtool.m4
tests/testsuite.at