]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (CDPATH): Set to `:' instead of empty.
authorAlexandre Oliva <oliva@lsd.ic.unicamp.br>
Tue, 14 Sep 1999 23:30:47 +0000 (23:30 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Tue, 14 Sep 1999 23:30:47 +0000 (23:30 +0000)
* ltmain.in (CDPATH): Likewise.
Reported by Greg McGary <gkm@eng.ascend.com>

ChangeLog
ltconfig.in
ltmain.in

index 1c7544e14d7b6d5516451d54c23369741cd390d7..b579d45d7e6dfc8a5244ef664698c993360a7c72 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 079c548872f703831f17c240f41ca5e31da7984b..5041f1926f6247b233ddb736f3a5dc64d2119fdf 100755 (executable)
@@ -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
index 60ee654774b8ac1838f98a02000c18407d2eb53c..e0be4f3fadc491302b5bd2c94913b555dfab6d2d 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -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\"