* 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.
This commit is contained in:
Peter O'Gorman 2004-01-02 23:04:21 +00:00
parent 860a32a0eb
commit 9b663ef2e4
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2004-01-02 Peter O'Gorman <peter@pogma.com>
* 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.
2004-01-02 Scott James Remnant <scott@netsplit.com>
* .cvsignore: Ignore stamp-vcl created by the Makefile.

View File

@ -4978,7 +4978,7 @@ sed_quote_subst='$sed_quote_subst'
# The HP-UX ksh and POSIX shell print the target directory to stdout
# if CDPATH is set.
if test \"\${CDPATH+set}\" = set; then CDPATH=:; export CDPATH; fi
if test \"\${CDPATH+set}\" = set; then CDPATH=\${ZSH_VERSION+.}:; export CDPATH; fi
relink_command=\"$relink_command\"

4
m4/libtool.m4 vendored
View File

@ -377,7 +377,7 @@ fi
# The HP-UX ksh and POSIX shell print the target directory to stdout
# if CDPATH is set.
if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
if test "X${CDPATH+set}" = Xset; then CDPATH=${ZSH_VERSION+.}:; export CDPATH; fi
if test -z "$ECHO"; then
if test "X${echo_test_string+set}" != Xset; then
@ -3909,7 +3909,7 @@ Xsed="$SED -e s/^X//"
# The HP-UX ksh and POSIX shell print the target directory to stdout
# if CDPATH is set.
if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
if test "X\${CDPATH+set}" = Xset; then CDPATH=\${ZSH_VERSION+.}:; export CDPATH; fi
# The names of the tagged configurations supported by this script.
available_tags=