Mercurial > emacs
diff configure.in @ 8729:d9d6f7419e2e
add comment about srcdir
author | David J. MacKenzie <djm@gnu.org> |
---|---|
date | Tue, 13 Sep 1994 15:32:40 +0000 |
parents | a52d8873fbdf |
children | bf899f54d530 |
line wrap: on
line diff
--- a/configure.in Tue Sep 13 04:14:00 1994 +0000 +++ b/configure.in Tue Sep 13 15:32:40 1994 +0000 @@ -54,7 +54,8 @@ #### Make srcdir absolute, if it isn't already. It's important to #### avoid running the path through pwd unnecessary, since pwd can -#### give you automounter prefixes, which can go away. +#### give you automounter prefixes, which can go away. We do all this +#### so Emacs can find its files when run uninstalled. case "${srcdir}" in /* ) ;; . )