]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: Support MSYS and MSYS2 file path conversions
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Mon, 16 Jun 2025 18:06:51 +0000 (21:06 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Thu, 7 Aug 2025 17:20:05 +0000 (20:20 +0300)
commit9c1a42a6bb220aa56ad58af8aad0544dab34a710
tree2badccd4756ab1b99e62be59811224ea2d2104e8
parent08ebc17358238e76a078acac38ee0928a94993fd
libtool: Support MSYS and MSYS2 file path conversions

MSYS does not have cygpath installed by default, so during configure,
a check for cygpath is cached. If cygpath is not found, Window's command
prompt will be used with a forward slash escape on the 'c' flag:
"cmd //c".

Reported: https://savannah.gnu.org/support/?110901

* build-aux/ltmain.in: Choose file path conversion for MSYS(2) by
  whether cygpath is installed.
* m4/libtool.m4: Cache whether cygpath is installed in user path.
build-aux/ltmain.in
m4/libtool.m4