* ltconfig.in (CDPATH): Set to `:' instead of empty.

* ltmain.in (CDPATH): Likewise.
Reported by Greg McGary <gkm@eng.ascend.com>
This commit is contained in:
Alexandre Oliva 1999-09-14 23:30:47 +00:00 committed by Alexandre Oliva
parent ab19cce620
commit dc8f52a75b
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
1999-09-14 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* ltconfig.in (CDPATH): Set to `:' instead of empty.
* ltmain.in (CDPATH): Likewise.
Reported by Greg McGary <gkm@eng.ascend.com>
1999-08-24 Gary V. Vaughan <gary@oranda.demon.co.uk>
* ltconfig.in (ltdll.c, impgen.c): Prevent the shell from

View File

@ -63,7 +63,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=:; export CDPATH; fi
if test "X${echo_test_string+set}" != Xset; then
# find a string as large as possible, as long as the shell can cope with it
@ -2893,7 +2893,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=:; export CDPATH; fi
### BEGIN LIBTOOL CONFIG
EOF

View File

@ -3418,7 +3418,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=:; export CDPATH; fi
relink_command=\"$relink_command\"