Add --enable-locallisppath.

This commit is contained in:
Lute Kamstra 2005-05-19 08:28:29 +00:00
parent 73d5f66837
commit 261967be48

View file

@ -142,6 +142,16 @@ else
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