diff options
| author | djcb <djcb@djcbsoftware.nl> | 2012-04-09 16:34:52 +0300 |
|---|---|---|
| committer | djcb <djcb@djcbsoftware.nl> | 2012-04-09 16:34:52 +0300 |
| commit | edda59bff78f6e454567053fe53077e3d53ab0d9 (patch) | |
| tree | 3cf68b3ea79e27f8ef9f3fab652bdcf097f605c2 /configure.ac | |
| parent | b943f5630e6b097912fe7da6327a0013f22bd4dc (diff) | |
* mu4e: restructure code a bit and enable byte-compilation
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 03f33f0..799c931 100644 --- a/configure.ac +++ b/configure.ac @@ -49,7 +49,9 @@ AC_SYS_LARGEFILE AC_CHECK_PROG(have_makeinfo,makeinfo,yes,no) AM_CONDITIONAL(HAVE_MAKEINFO,test "x$have_makeinfo" = "xyes") - +# we need emacs for byte-compiling mu4e +AM_PATH_LISPDIR +AM_CONDITIONAL(HAVE_EMACS,test "x$lispdir" != "xno") # we need some special tricks for filesystems that don't have d_type; # e.g. Solaris. See mu-maildir.c. Explicitly disabling it is for @@ -281,6 +283,7 @@ src/Makefile src/tests/Makefile widgets/Makefile emacs/Makefile +emacs/mu4e-version.el guile/Makefile guile/mu/Makefile guile/examples/Makefile |
