]> git.eshelyaron.com Git - emacs.git/commitdiff
add comment about srcdir
authorDavid J. MacKenzie <djm@gnu.org>
Tue, 13 Sep 1994 15:32:40 +0000 (15:32 +0000)
committerDavid J. MacKenzie <djm@gnu.org>
Tue, 13 Sep 1994 15:32:40 +0000 (15:32 +0000)
configure.in

index 03b059b8c13c14a2cc836ddecdd58a2f810ea189..d8747a848f6cde4ad3608b84269585f48609532f 100644 (file)
@@ -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
   /* ) ;;
   . )