comparison configure.in @ 62513:038037bfdf1f

Add --enable-locallisppath.
author Lute Kamstra <lute@gnu.org>
date Thu, 19 May 2005 08:28:29 +0000
parents f020f9769645
children f9c310d72b76 21eea50897a7 f042e7c0fe20
comparison
equal deleted inserted replaced
62512:6ffd8d40d133 62513:038037bfdf1f
139 MAINT= 139 MAINT=
140 else 140 else
141 MAINT=# 141 MAINT=#
142 fi 142 fi
143 AC_SUBST(MAINT) 143 AC_SUBST(MAINT)
144
145 AC_ARG_ENABLE(locallisppath,
146 [ --enable-locallisppath=PATH
147 directories Emacs should search for lisp files
148 specific to this site],
149 if test "${enableval}" = "no"; then
150 locallisppath=
151 elif test "${enableval}" != "yes"; then
152 locallisppath=${enableval}
153 fi)
144 154
145 #### Make srcdir absolute, if it isn't already. It's important to 155 #### Make srcdir absolute, if it isn't already. It's important to
146 #### avoid running the path through pwd unnecessarily, since pwd can 156 #### avoid running the path through pwd unnecessarily, since pwd can
147 #### give you automounter prefixes, which can go away. We do all this 157 #### give you automounter prefixes, which can go away. We do all this
148 #### so Emacs can find its files when run uninstalled. 158 #### so Emacs can find its files when run uninstalled.