mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-30 11:01:45 +08:00
(_AC_INIT_PREPARE_FS_SEPARATORS): Fix typo: s/;/:/
This commit is contained in:
parent
ccd6ec2a20
commit
e4e464dd7d
@ -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=:
|
||||
|
@ -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=:
|
||||
|
Loading…
Reference in New Issue
Block a user