]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(_AS_BOURNE_COMPATIBLE): Set BIN_SH, for Tru64.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 29 Jul 2004 22:28:54 +0000 (22:28 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 29 Jul 2004 22:28:54 +0000 (22:28 +0000)
lib/m4sugar/m4sh.m4

index f1ed26c40628b33b74ec77008cc1ff6fe9a2359d..76cb9aa036701949d4d885fbdddcfa2fdea7bef5 100644 (file)
@@ -165,6 +165,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 elif test -n "${BASH_VERSION+set}${KSH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
   set -o posix
 fi
+BIN_SH=xpg4; export BIN_SH # for Tru64
 DUALCASE=1; export DUALCASE # for MKS sh
 ])