From: Jim Meyering Date: Fri, 23 Feb 2001 08:53:07 +0000 (+0000) Subject: (_AC_INIT_PREPARE_FS_SEPARATORS): Fix typo: s/;/:/ X-Git-Tag: autoconf-2.50~130 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4e464dd7d536e54245ec85a33a16a1f4c768a0e;p=thirdparty%2Fautoconf.git (_AC_INIT_PREPARE_FS_SEPARATORS): Fix typo: s/;/:/ --- diff --git a/acgeneral.m4 b/acgeneral.m4 index 315309d66..de60c6644 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -1370,7 +1370,7 @@ m4_define([_AC_INIT_PREPARE_FS_SEPARATORS], [echo "#! $SHELL" >conftest.sh echo "exit 0" >>conftest.sh chmod +x conftest.sh -if AC_RUN_LOG([PATH=".;`pwd`"; conftest.sh]); then +if AC_RUN_LOG([PATH=".:`pwd`"; conftest.sh]); then ac_path_separator=';' else ac_path_separator=: diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 315309d66..de60c6644 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -1370,7 +1370,7 @@ m4_define([_AC_INIT_PREPARE_FS_SEPARATORS], [echo "#! $SHELL" >conftest.sh echo "exit 0" >>conftest.sh chmod +x conftest.sh -if AC_RUN_LOG([PATH=".;`pwd`"; conftest.sh]); then +if AC_RUN_LOG([PATH=".:`pwd`"; conftest.sh]); then ac_path_separator=';' else ac_path_separator=: