Mercurial > emacs
changeset 22653:8b39df7b3506
Use unset CDPATH instead of making it empty.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 30 Jun 1998 22:15:41 +0000 |
parents | a453ed3fb89f |
children | a9212d075e88 |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Tue Jun 30 21:43:39 1998 +0000 +++ b/configure.in Tue Jun 30 22:15:41 1998 +0000 @@ -92,7 +92,7 @@ ## 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"