mu4e-dont-bytecompile
authorDebian Emacsen team <debian-emacsen@lists.debian.org>
Tue, 7 Feb 2023 22:53:40 +0000 (22:53 +0000)
committerMartin <debacle@debian.org>
Tue, 7 Feb 2023 22:53:40 +0000 (22:53 +0000)
Gbp-Pq: Name mu4e-dont-bytecompile

configure.ac
mu4e/Makefile.am

index 5e44d5d168f9e22151ba72c7cfaf897c7d20d04f..5591082ef8e667e1f485aead7deb31a68ec0783d 100644 (file)
@@ -86,20 +86,10 @@ AM_COND_IF(HAVE_MAKEINFO,[],[
   AC_SUBST(MAKEINFO,[true])
 ])
 
-# 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],
-    [*25.3*],[build_mu4e=yes],
-    [*26*|*27*|*28*|*29*],[build_mu4e=yes],
-    [AC_MSG_WARN(emacs is too old to build mu4e (need emacs >= 25.3))])
+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 92bf39dc1a0a04523648b752730036d0f0373670..cabe8e6f4f2bfaad41606c623f8511c8a0efd5a6 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-bookmarks.el       \
        mu4e-compose.el         \