mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-23 14:09:51 +08:00
(AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
This commit is contained in:
parent
9a8ac9d0ba
commit
857ba94761
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user