From fe8533cf553078363bea1dc680ca75538c4b1c65 Mon Sep 17 00:00:00 2001 From: Debian Emacsen team Date: Tue, 7 Feb 2023 22:53:40 +0000 Subject: [PATCH] mu4e-dont-bytecompile Gbp-Pq: Name mu4e-dont-bytecompile --- configure.ac | 18 ++++-------------- mu4e/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/configure.ac b/configure.ac index 5e44d5d..5591082 100644 --- a/configure.ac +++ b/configure.ac @@ -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") diff --git a/mu4e/Makefile.am b/mu4e/Makefile.am index 92bf39d..cabe8e6 100644 --- a/mu4e/Makefile.am +++ b/mu4e/Makefile.am @@ -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 \ -- 2.30.2