# HG changeset patch # User David J. MacKenzie # Date 779470360 0 # Node ID d9d6f7419e2e41fc3f239958cfe0a01caf7bfa89 # Parent b30c35c8e7ed430e134b969ff746efa08da316e6 add comment about srcdir diff -r b30c35c8e7ed -r d9d6f7419e2e configure.in --- 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 /* ) ;; . )