This is an automated email from the git hooks/post-receive script. ildumi pushed a commit to branch development in repository libtool.
The following commit(s) were added to refs/heads/development by this push: new 19dacdd9 libtool.m4: Replace '${COMSPEC-cmd}' with 'cmd' 19dacdd9 is described below commit 19dacdd9e15d5d228dce5e17e8479739fec446f5 Author: Ileana Dumitrescu <ileanadumitresc...@gmail.com> AuthorDate: Thu Jul 10 20:52:42 2025 +0300 libtool.m4: Replace '${COMSPEC-cmd}' with 'cmd' --- m4/libtool.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 1aebb983..48e47748 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],