[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/configure.in
From: |
Lute Kamstra |
Subject: |
[Emacs-diffs] Changes to emacs/configure.in |
Date: |
Thu, 19 May 2005 04:28:29 -0400 |
Index: emacs/configure.in
diff -c emacs/configure.in:1.388 emacs/configure.in:1.389
*** emacs/configure.in:1.388 Fri May 13 08:54:23 2005
--- emacs/configure.in Thu May 19 08:28:29 2005
***************
*** 142,147 ****
--- 142,157 ----
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