summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2014-03-23 21:38:12 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2014-03-24 10:24:00 +0100
commita2be2e6514801fe3f6829a05de017840f50a2b3e (patch)
tree964ce78bd86741055be25cbc36a7d0f1f2ba071b /configure.ac
parentd095cad0bdf17872786fa30626dd16851e72ef69 (diff)
downloadratpoison-a2be2e6514801fe3f6829a05de017840f50a2b3e.zip
Install ratpoison.el in share/emacs/site-lisp
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8e749b5..e12125e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -189,5 +189,8 @@ AC_LINK_IFELSE([AC_LANG_PROGRAM([],
AM_LANGINFO_CODESET
+lispdir='${datarootdir}/emacs/site-lisp'
+AC_SUBST([lispdir])
+
AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile contrib/Makefile])
AC_OUTPUT