From: Ileana Dumitrescu Date: Thu, 10 Jul 2025 17:52:42 +0000 (+0300) Subject: libtool.m4: Replace '${COMSPEC-cmd}' with 'cmd' X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19dacdd9e15d5d228dce5e17e8479739fec446f5;p=thirdparty%2Flibtool.git libtool.m4: Replace '${COMSPEC-cmd}' with 'cmd' --- diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 1aebb983c..48e47748b 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -8738,7 +8738,7 @@ AS_CASE([$host], AC_MSG_CHECKING([whether to use cmd with one slash or two slashes]) AC_CACHE_VAL([lt_cv_cmd_slashes], [ - _lt_result=`"${COMSPEC-cmd}" /c echo one-slash works. Not checked //c echo two-slashes 2>/dev/null` + _lt_result=`cmd /c echo one-slash works. Not checked //c echo two-slashes 2>/dev/null` AS_IF([test 0 != $?], [AC_MSG_ERROR([Do not know how to convert paths])]) AS_CASE([$_lt_result],