of `.;`pwd`': if pwd is c:/foo, we might walk through `.:c'
(fails), and then `/foo' which might succeed, resulting in
believing `;' is the right path separator.
-2001-02-26 Pavel Roskin <proski@gnu.org>
+2001-02-28 Akim Demaille <akim@epita.fr>
- * autoupdate.in: Preserve exit status of the failed command when
- die() follows system() by dividing $! by 256.
+ * acgeneral.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Use `.;.' instead
+ of `.;`pwd`': if pwd is c:/foo, we might walk through `.:c'
+ (fails), and then `/foo' which might succeed, resulting in
+ believing `;' is the right path separator.
2001-02-26 Akim Demaille <akim@epita.fr>
[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=".;."; conftest.sh]); then
ac_path_separator=';'
else
ac_path_separator=:
[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=".;."; conftest.sh]); then
ac_path_separator=';'
else
ac_path_separator=: