From: Akim Demaille Date: Wed, 10 Apr 2002 17:36:45 +0000 (+0000) Subject: Comment changes. X-Git-Tag: AUTOCONF-2.53a~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac07b92899d82edbe91aeaed144df0d605814c6d;p=thirdparty%2Fautoconf.git Comment changes. --- diff --git a/THANKS b/THANKS index 01cc53d70..20b33efca 100644 --- a/THANKS +++ b/THANKS @@ -126,7 +126,7 @@ Nicolas Joly njoly@pasteur.fr Nishio Futoshi fut_nis@d3.dion.ne.jp Noah Elliott elliott@hera.llnl.gov Noah Friedman friedman@gnu.ai.mit.edu -Oliver Kiddle okiddle@totalise.co.uk +Oliver Kiddle opk@zsh.org Olly Betts olly@survex.com Ossama Othman ossama@debian.org Patrick Tullmann tullmann@cs.utah.edu diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4 index 531cf889c..d4dec1aae 100644 --- a/lib/m4sugar/m4sh.m4 +++ b/lib/m4sugar/m4sh.m4 @@ -146,8 +146,8 @@ m4_defun([AS_SHELL_SANITIZE], if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - [#] Zsh performs word splitting on ${1+"$[@]"}, which is contrary to - # our usage. Disable this feature. + [#] Zsh 3.x and 4.x performs word splitting on ${1+"$[@]"}, which + # is contrary to our usage. Disable this feature. alias -g '${1+"$[@]"}'='"$[@]"' elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then set -o posix