* mu4e: restructure code a bit and enable byte-compilation

This commit is contained in:
djcb
2012-04-09 16:34:52 +03:00
parent b943f5630e
commit edda59bff7
13 changed files with 708 additions and 615 deletions

View File

@ -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