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 d3edac8..5232558 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,7 @@ LIBS="$LIBS $ra_cv_lib_mysqlclient"
## **************
## Directories
## **************
+
AC_SUBST(GUILE_BINDIR)
GUILE_BINDIR=`guile-config info bindir`
@@ -59,8 +60,16 @@ AC_SUBST(HTMLDIR)
AC_SUBST(BASE_HREF)
AC_SUBST(TARGET_DIR)
+dnl Check for Emacs site-lisp directory
+AM_PATH_LISPDIR
+if test "$EMACS" != "no"; then
+ lisp_LISP='$(LISPSRC)'
+fi
+AC_SUBST(lisp_LISP)
+
AC_CONFIG_FILES(Makefile
cgi-bin/Makefile
+ elisp/Makefile
data/Makefile
scm/Makefile
ellinika/Makefile

Return to:

Send suggestions and report system problems to the System administrator.