]> git.ipfire.org Git - thirdparty/libtool.git/commit
Fix dependency tracking for MSYS/MinGW.
authorPeter Rosin <peda@lysator.liu.se>
Thu, 9 Sep 2010 18:51:27 +0000 (20:51 +0200)
committerPeter Rosin <peda@lysator.liu.se>
Thu, 9 Sep 2010 18:51:27 +0000 (20:51 +0200)
commit18a85621b92fbeac985484679a2160c7bb2433c6
tree8d0bf4cbe9f7b94c508afb961df80276669f767e
parent0b71549aa23299ed3909e1483d0532a0a79a1e7b
Fix dependency tracking for MSYS/MinGW.

* libltdl/config/ltmain.m4sh (func_to_tool_file): Add lazy
argument which allows the user to specify conversions that are
not desired.
(func_mode_compile): Don't convert source files on MSYS, as
MSYS does it for us. This fixes a regression introduced by
"Use func_to_tool_file instead of fix_srcfile_path".
Reported by Charles Wilson.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
ChangeLog
libltdl/config/ltmain.m4sh