]> git.ipfire.org Git - thirdparty/automake.git/commit
elisp: run emacs with --no-site-file
authorMike Frysinger <vapier@gentoo.org>
Tue, 8 Feb 2022 05:39:40 +0000 (00:39 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 9 Feb 2022 03:44:42 +0000 (22:44 -0500)
commit5c9e117c5f1366a301a62ff70c33405a9aa23921
treed70cf65232de09c4045d11f7c65764fdec79027b
parent24a28a24e32b1195ca5fc9f2d1303bc0368fe18b
elisp: run emacs with --no-site-file

Fixes automake bug https://bugs.gnu.org/21547.

If users have interactive site file logic, the lispdir probing can
hang, as can the compilation of elisp files.  Use --no-site-file to
disable loading any of that possible user logic.

* NEWS: Note emacs --no-site-file change.
* doc/automake.texi: Run emacs with --no-site-file.
* lib/am/lisp.am: Likewise.
* m4/lispdir.m4: Likewise.
NEWS
doc/automake.texi
lib/am/lisp.am
m4/lispdir.m4