]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: Forward slash escaping check on Windows
authorEvgeny Grin <k2k@narod.ru>
Fri, 4 Jul 2025 15:02:31 +0000 (18:02 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Thu, 7 Aug 2025 17:20:06 +0000 (20:20 +0300)
commit0af7b1240395e4da1a3de38b7b399207a254792a
tree30794911d4b0914f926fb4f526e87e48af5ce0ba
parentfd8ea4ccfae08d9107329f234880170311336dd8
libtool: Forward slash escaping check on Windows

Without cygpath, Window's 'cmd' may hang with a single slash (when transforming)
and may hang with two slashes (when not transforming).

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

* build-aux/ltmain.in: Use one or two slashes with Window's command
  prompt based on cached value in lt_cv_cmd_slashes.
* m4/libtool.m4: Cache whether one or two slashes are needed with
  Window's command prompt, when cygpath is not installed in path.
build-aux/ltmain.in
m4/libtool.m4