From: Jim Meyering Date: Fri, 23 Feb 2001 15:42:11 +0000 (+0000) Subject: (_AC_INIT_PREPARE_FS_SEPARATORS): Revert that change. X-Git-Tag: autoconf-2.50~128 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=069c08c032e860487006ac3f4abd38e1b1b06cfc;p=thirdparty%2Fautoconf.git (_AC_INIT_PREPARE_FS_SEPARATORS): Revert that change. There was no typo. --- diff --git a/acgeneral.m4 b/acgeneral.m4 index de60c6644..315309d66 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 de60c6644..315309d66 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=: