aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLudovic Courtès2007-12-13 15:45:53 +0100
committerLudovic Courtès2007-12-13 15:45:53 +0100
commiteeb11b1464537651f88aa15171e83261c2257402 (patch)
treebc676070e6479432f9bbf85ba2641ad98bac038d /configure.ac
parent0799f41bed5921db20cb3cdf4ab59a19b48646a4 (diff)
downloadskribilo-eeb11b1464537651f88aa15171e83261c2257402.tar.gz
skribilo-eeb11b1464537651f88aa15171e83261c2257402.tar.lz
skribilo-eeb11b1464537651f88aa15171e83261c2257402.zip
Install Emacs stuff.
* Makefile.am (SUBDIRS): Add `emacs'. * configure.ac: Invoke `AM_PATH_LISPDIR', produce `emacs/Makefile'. * emacs/Makefile.am: New.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6e80744..8b7967a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,8 @@ AM_CONDITIONAL([HAVE_PS2PDF], [test "x$PS2PDF" != "x"])
AC_PATH_PROGS([PLOTICUS], [ploticus pl])
AM_CONDITIONAL([HAVE_PLOTICUS], [test "x$PLOTICUS" != "x"])
-
+# Emacs.
+AM_PATH_LISPDIR
pkgdatadir="$datadir/$PACKAGE_NAME"
@@ -98,4 +99,5 @@ AC_OUTPUT([Makefile
doc/dir/Makefile
doc/modules/Makefile
doc/modules/skribilo/Makefile
- doc/modules/skribilo/documentation/Makefile])
+ doc/modules/skribilo/documentation/Makefile
+ emacs/Makefile])