From: David J. MacKenzie Date: Tue, 13 Sep 1994 15:32:40 +0000 (+0000) Subject: add comment about srcdir X-Git-Tag: emacs-19.34~7125 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=069df4bfd6bcac6aaece3c9f2351d0b5090db16f;p=emacs.git add comment about srcdir --- 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 /* ) ;; . )