From 9b663ef2e47cf792378c07ed6502b2ac454a19ab Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Fri, 2 Jan 2004 23:04:21 +0000 Subject: [PATCH] * 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. --- ChangeLog | 6 ++++++ ltmain.in | 2 +- m4/libtool.m4 | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e1a24bf01..aff8081d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-01-02 Peter O'Gorman + + * 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 * .cvsignore: Ignore stamp-vcl created by the Makefile. diff --git a/ltmain.in b/ltmain.in index 5b4b7fc29..edc9f8fe6 100644 --- a/ltmain.in +++ b/ltmain.in @@ -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\" diff --git a/m4/libtool.m4 b/m4/libtool.m4 index a448d37b2..a963e8cfe 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -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= -- 2.47.2