From d4801dffecfb7ed2beb0815853f89a720aac0fbc Mon Sep 17 00:00:00 2001 From: Richard Hopkins Date: Mon, 26 Sep 2022 09:04:59 -0700 Subject: automake: load -l bytecomp for Emacs. * lib/am/lisp.am (.el.elc): Require the bytecomp library so byte-compile-dest-file-function can be used when available. --- lib/am/lisp.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/am/lisp.am b/lib/am/lisp.am index 6395ef389..500e2c530 100644 --- a/lib/am/lisp.am +++ b/lib/am/lisp.am @@ -41,6 +41,7 @@ endif %?INSTALL% $(EMACS) --batch --no-site-file \ $(AM_ELCFLAGS) $(ELCFLAGS) \ $$am__subdir_includes -L $(builddir) -L $(srcdir) \ + -l bytecomp \ --eval '$(am__emacs_byte_compile_setup)' \ -f batch-byte-compile '$<'; \ else :; fi -- cgit v1.2.1