]> git.ipfire.org Git - thirdparty/libtool.git/commit
msvc: eliminate spaces in the library search path.
authorPeter Rosin <peda@lysator.liu.se>
Tue, 21 Sep 2010 18:31:37 +0000 (20:31 +0200)
committerPeter Rosin <peda@lysator.liu.se>
Tue, 21 Sep 2010 19:38:27 +0000 (21:38 +0200)
commit09142eaeda3b3055653afc302fe871740d65d5c7
tree86065042de68b3534701b7bb15a48fe3557ec60d
parent830f33846e796d5094e9f055f48877a0e35ea9bd
msvc: eliminate spaces in the library search path.

* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [mingw, cygwin]
<cl*, sys_lib_search_path_spec>: The LIB path variable telling
where MSVC looks for libraries is likely to contain directory
names with spaces.  Convert those directory names to the short
8.3 DOS form (i.e. without spaces) when storing them in
sys_lib_search_path_spec, as that is a space separated variable.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
ChangeLog
libltdl/m4/libtool.m4