]> git.eshelyaron.com Git - emacs.git/commitdiff
Use unset CDPATH instead of making it empty.
authorRichard M. Stallman <rms@gnu.org>
Tue, 30 Jun 1998 22:15:41 +0000 (22:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 30 Jun 1998 22:15:41 +0000 (22:15 +0000)
configure.in

index 484839b46d3c8ffc552fd7e3aba85ae078e106d2..7686b43c64ffc9ff5534344f534ffdb500cfc75b 100644 (file)
@@ -92,7 +92,7 @@ case "${srcdir}" in
     ## We may be able to use the $PWD environment variable to make this
     ## absolute.  But sometimes PWD is inaccurate.
     ## Make sure CDPATH doesn't affect cd (in case PWD is relative).
-    CDPATH=
+    unset CDPATH
     if test "${PWD}" != "" && test "`(cd ${PWD} ; sh -c pwd)`" = "`pwd`"  ;
     then
       srcdir="$PWD"