]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(_AC_INIT_PREPARE_FS_SEPARATORS): Fix typo: s/;/:/
authorJim Meyering <meyering@lucent.com>
Fri, 23 Feb 2001 08:53:07 +0000 (08:53 +0000)
committerJim Meyering <meyering@lucent.com>
Fri, 23 Feb 2001 08:53:07 +0000 (08:53 +0000)
acgeneral.m4
lib/autoconf/general.m4

index 315309d664eb45f0ff8c60afcb0ebebe3c46fde6..de60c6644a73fb7f23e0cfacae91d2939b95e033 100644 (file)
@@ -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=:
index 315309d664eb45f0ff8c60afcb0ebebe3c46fde6..de60c6644a73fb7f23e0cfacae91d2939b95e033 100644 (file)
@@ -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=: