aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bdaf8e45..f3cd2046 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,6 +110,14 @@ AH_BOTTOM([#ifndef HAVE_ARGCV_UNESCAPE_CHAR
#endif
])
+### Check for Emacs site-lisp directory
+AM_PATH_LISPDIR
+
+if test "$EMACS" != "no"; then
+ lisp_LISP='$(LISPSRC)'
+fi
+AC_SUBST(lisp_LISP)
+
# Gettext.
AM_GNU_GETTEXT([external], [need-formatstring-macros])
AM_GNU_GETTEXT_VERSION([0.16])
@@ -584,6 +592,7 @@ AC_CONFIG_FILES([Makefile
gacopyz/Makefile
src/Makefile
mflib/Makefile
+ elisp/Makefile
po/Makefile.in
etc/Makefile
doc/Makefile])

Return to:

Send suggestions and report system problems to the System administrator.