mirror of
https://https.git.savannah.gnu.org/git/libtool.git
synced 2026-01-27 01:44:28 +00:00
The result of cygpath file path conversions are not stored correctly causing the path conversions to fail on MSYS2 and MSVC. Reported: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=79468 * build-aux/ltmain.in: Replace func_convert_core_msys_to_w32_result with func_convert_core_msys_to_w32_with_cygpath_result. * NEWS: Update.