mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
* 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:
parent
860a32a0eb
commit
9b663ef2e4
@ -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.
|
||||
|
@ -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
4
m4/libtool.m4
vendored
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user