aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-05-26 12:55:55 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-05-26 12:55:55 +0000
commitfc98f567cb8cd3113404b09b70e59e246119e7bb (patch)
treee24dbc70ec04178201902191d8b0f1edc04fbda9 /configure.ac
parentc81813ef27177dfb1c97892774f39010574e7ca3 (diff)
downloadmailfromd-fc98f567cb8cd3113404b09b70e59e246119e7bb.tar.gz
mailfromd-fc98f567cb8cd3113404b09b70e59e246119e7bb.tar.bz2
Add framework for Emacs MFL Major Mode
git-svn-id: file:///svnroot/mailfromd/trunk@1477 7a8a7f39-df28-0410-adc6-e0d955640f24
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.