[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: automake: load -l bytecomp for
From: |
Karl Berry |
Subject: |
[automake-commit] branch master updated: automake: load -l bytecomp for Emacs. |
Date: |
Mon, 26 Sep 2022 12:05:12 -0400 |
This is an automated email from the git hooks/post-receive script.
karl pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=d4801dffecfb7ed2beb0815853f89a720aac0fbc
The following commit(s) were added to refs/heads/master by this push:
new d4801dffe automake: load -l bytecomp for Emacs.
d4801dffe is described below
commit d4801dffecfb7ed2beb0815853f89a720aac0fbc
Author: Richard Hopkins <emacs@unbit.co.uk>
AuthorDate: Mon Sep 26 09:04:59 2022 -0700
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [automake-commit] branch master updated: automake: load -l bytecomp for Emacs.,
Karl Berry <=