summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavid J. MacKenzie <djm@gnu.org>1994-09-13 15:32:40 +0000
committerDavid J. MacKenzie <djm@gnu.org>1994-09-13 15:32:40 +0000
commit9aee1575ec12cbd4a6521cb159eadda297d411a4 (patch)
treeb157b2109a27f62a13d7e381fb6a5db1c2074082 /configure.in
parent55879074db29e38a3a5c86cc75af834978350955 (diff)
downloademacs-9aee1575ec12cbd4a6521cb159eadda297d411a4.tar.gz
add comment about srcdir
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 03b059b8c13..d8747a848f6 100644
--- a/configure.in
+++ b/configure.in
@@ -54,7 +54,8 @@ dnl .../DIR/common/lock (lockfiles)])
#### 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
/* ) ;;
. )