+2004-06-23 Noah Misch <noah@cs.caltech.edu>
+
+ * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
+ zsh, disable GLOB_SUBST to avoid backslash handling problems.
+ (trivial change)
+
2004-06-04 Paul Eggert <eggert@cs.ucla.edu>
* doc/autoconf.texi (File System Conventions): Warn about
H.J. Lu hjl@gnu.org
H. Merijn Brand h.m.brand@hccnet.nl
Ian Lance Taylor ian@cygnus.com
-Ian Redfern Ian.Redfern@logicacmg.com
+Ian Redfern Ian.Redfern@logicacmg.com
Ilya Zakharevich ilya@Math.Berkeley.EDU
James A. Lupo lupoja@feynman.ml.wpafb.af.mil
Jason Molenda jsm@cygnus.com
Nishio Futoshi fut_nis@d3.dion.ne.jp
Noah Elliott elliott@hera.llnl.gov
Noah Friedman friedman@gnu.ai.mit.edu
+Noah Misch noah@cs.caltech.edu
Oliver Kiddle opk@zsh.org
Olly Betts olly@survex.com
Ossama Othman ossama@debian.org
Patrick Tullmann tullmann@cs.utah.edu
Patrick Welche prlw1@newn.cam.ac.uk
Paul Berrevoets paul@swi.com
-Paul Eggert eggert@twinsun.com
+Paul Eggert eggert@cs.ucla.edu
Paul Gampe paulg@apnic.net
Paul Jarc prj@po.cwru.edu
Paul Martinolich martinol@datasync.com
[#] Zsh 3.x and 4.x performs word splitting on ${1+"$[@]"}, which
# is contrary to our usage. Disable this feature.
alias -g '${1+"$[@]"}'='"$[@]"'
+ setopt NO_GLOB_SUBST
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
set -o posix
fi