changeset 8729:d9d6f7419e2e

add comment about srcdir
author David J. MacKenzie <djm@gnu.org>
date Tue, 13 Sep 1994 15:32:40 +0000
parents b30c35c8e7ed
children bf899f54d530
files configure.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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
   /* ) ;;
   . )