]> git.ipfire.org Git - thirdparty/automake.git/commit
automake: Support byte compilation in older Emacsen
authorKarl Berry <karl@freefriends.org>
Sun, 5 Jan 2020 01:06:40 +0000 (17:06 -0800)
committerKarl Berry <karl@freefriends.org>
Sun, 5 Jan 2020 01:06:40 +0000 (17:06 -0800)
commitb87f297426c2d79494b707d0fecddaff2b6eaefd
tree80cbf972f4232f55cad00ab5146607582539ddba
parentcf27a3dfc64b877524bea0505fe2820d6bfe6251
automake: Support byte compilation in older Emacsen

* lib/am/lisp.am (am__emacs_byte_compile_setup) [FIRST]: define
new make variable, to use byte-compile-dest-file-function if
available, else byte-compile-dest-file.
(.el.elc): use it.
* t/lisp-loadpath.sh: skip test if emacs version is <= 23,
since their -L ordering is backwards.
* NEWS: update.
NEWS
lib/am/lisp.am
t/lisp-loadpath.sh