]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
ltmain.in: Temporary comment update.
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Fri, 6 Jun 2025 13:45:06 +0000 (16:45 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Thu, 7 Aug 2025 17:20:05 +0000 (20:20 +0300)
On MSYS2, file path conversion will no longer result in libtool hanging,
but the original MSYS will not be able to do file path conversions
without cygpath. Original MSYS support for file path conversions will be
re-added before commit 1377b68b4aed0d6ee3c390131eb763d26e5b642d migrates
to master.

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

* build-aux/ltmain.in: Update comment from MSYS to MSYS2.

build-aux/ltmain.in

index 425de05a78b47e440c3e78e9ab95598ede113b25..7717c8d0ae4d2c7842aa906c42309a359a44e227 100644 (file)
@@ -1029,7 +1029,7 @@ func_convert_core_msys_to_w32 ()
 {
   $debug_cmd
 
-  # Since MSYS is packaged with cygpath, call cygpath in $PATH; no need
+  # Since MSYS2 is packaged with cygpath, call cygpath in $PATH; no need
   # to use LT_CYGPATH in this case.
   func_convert_core_msys_to_w32_result=`cygpath "$@" 2>/dev/null |
        $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"`