(AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.

This commit is contained in:
Paul Eggert 2003-09-28 18:53:50 +00:00
parent 9a8ac9d0ba
commit 857ba94761
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2003-09-28 Paul Eggert <eggert@twinsun.com>
* lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
Problem reported by Lars J. Aas in
<http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
2003-09-26 Akim Demaille <akim@epita.fr>
* lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the

View File

@ -152,6 +152,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
set -o posix
fi
DUALCASE=1; export DUALCASE # for MKS sh
_AS_UNSET_PREPARE