Add --enable-locallisppath.
This commit is contained in:
parent
73d5f66837
commit
261967be48
1 changed files with 10 additions and 0 deletions
10
configure.in
10
configure.in
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue