mu4e-dont-bytecompile
authorNorbert Preining <norbert@preining.info>
Sat, 23 Jan 2021 16:01:10 +0000 (01:01 +0900)
committerNorbert Preining <norbert@preining.info>
Sat, 23 Jan 2021 16:01:10 +0000 (01:01 +0900)
Gbp-Pq: Name mu4e-dont-bytecompile

configure.ac
mu4e/Makefile.am

index 9740eed45f9f74916f58dd0fb4d499cbf4cfb069..567d6e224bc74898473960e152391bd92fdb3f8b 100644 (file)
@@ -81,19 +81,10 @@ AM_CONDITIONAL(HAVE_MAKEINFO,test "x$have_makeinfo" = "xyes")
 
 # we need emacs for byte-compiling mu4e
 
-build_mu4e=no
-AC_ARG_ENABLE([mu4e],
-   AS_HELP_STRING([--disable-mu4e],[Disable building mu4e]))
-AS_IF([test "x$enable_mu4e" != "xno"], [
-  AM_PATH_LISPDIR
-  AS_IF([test "x$lispdir" != "xno"], [
-    emacs_version="$($EMACS --version | head -1)"
-    lispdir="${lispdir}/mu4e/"
-  ])
-  AS_CASE([$emacs_version],
-    [*24.4*|*24.5*],[build_mu4e=yes],
-    [*25*|*26*|*27*|*28*],[build_mu4e=yes],
-    [AC_WARN([emacs is too old to build mu4e (need emacs >= 24.4)])])
+build_mu4e=yes
+AM_PATH_LISPDIR
+AS_IF([test "x$lispdir" != "xno"], [
+  lispdir="${lispdir}/mu4e/"
 ])
 AM_CONDITIONAL(BUILD_MU4E, test "x$build_mu4e" = "xyes")
 
index 6d13ff7a367442ae5fcf62a1ea75f126b0c77555..00adb734f000163a5fb9db43dd904ad567759506 100644 (file)
@@ -21,7 +21,7 @@ SUBDIRS=
 info_TEXINFOS=mu4e.texi
 mu4e_TEXINFOS=fdl.texi
 
-dist_lisp_LISP=                        \
+dist_lisp_DATA=                        \
        mu4e-actions.el         \
        mu4e-compose.el         \
        mu4e-context.el         \