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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to