Mercurial > emacs
changeset 62513:038037bfdf1f
Add --enable-locallisppath.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Thu, 19 May 2005 08:28:29 +0000 |
parents | 6ffd8d40d133 |
children | dc112019132f |
files | configure.in |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Thu May 19 08:25:58 2005 +0000 +++ b/configure.in Thu May 19 08:28:29 2005 +0000 @@ -142,6 +142,16 @@ fi AC_SUBST(MAINT) +AC_ARG_ENABLE(locallisppath, +[ --enable-locallisppath=PATH + directories Emacs should search for lisp files + specific to this site], +if test "${enableval}" = "no"; then + locallisppath= +elif test "${enableval}" != "yes"; then + locallisppath=${enableval} +fi) + #### Make srcdir absolute, if it isn't already. It's important to #### avoid running the path through pwd unnecessarily, since pwd can #### give you automounter prefixes, which can go away. We do all this