]> code.delx.au - gnu-emacs/commitdiff
Add --enable-locallisppath.
authorLute Kamstra <lute@gnu.org>
Thu, 19 May 2005 08:28:29 +0000 (08:28 +0000)
committerLute Kamstra <lute@gnu.org>
Thu, 19 May 2005 08:28:29 +0000 (08:28 +0000)
configure.in

index 181b86007df687c96bd9409a30ae8c18923a5ea9..ec772a5c2a41cc447fb714f535ef7d8ffbaff329 100644 (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