* m4/libtool.m4: Ensure that ${ZSH_VERSION+set} is properly escaped.

This commit is contained in:
Peter O'Gorman 2004-01-02 23:10:52 +00:00
parent 9b663ef2e4
commit a85084863f
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2004-01-02 Peter O'Gorman <peter@pogma.com>
* m4/libtool.m4: Ensure that ${ZSH_VERSION+set} is properly escaped.
* m4/libtool.m4 (CDPATH): Change the CDPATH setting so that it
allows for zsh differences, as noted in the autoconf manual's
Portable Shell - Special Shell Variables section.

2
m4/libtool.m4 vendored
View File

@ -104,7 +104,7 @@ dnl
_LT_CONFIG_LIBTOOL_INIT([
# See if we are running on zsh, and set the options which allow our
# commands through without removal of \ escapes INIT.
if test -n "${ZSH_VERSION+set}" ; then
if test -n "\${ZSH_VERSION+set}" ; then
setopt NO_GLOB_SUBST
fi
])