(_AC_INIT_PREPARE_FS_SEPARATORS): Fix typo: s/;/:/

This commit is contained in:
Jim Meyering 2001-02-23 08:53:07 +00:00
parent ccd6ec2a20
commit e4e464dd7d
2 changed files with 2 additions and 2 deletions

View 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=:

View 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=: