bug#30127: Re[2]: bug#30127: ICC: 'entry point must be defined' error for shared builds on Windows

2022-02-08 Thread Mike Frysinger
closing this issue out. the original report has been settled, we've merged support for ignoring -nologo, but the -xilib suggestion looks like it needs more work. feel free to post a patch to automake-patc...@gnu.org if you have something you think we can merge. -mike signature.asc Description:

bug#30127: [PATCH] ar-lib: ignore -nologo option

2022-02-08 Thread Karl Berry
* lib/ar-lib: Ignore -NOLOGO. Certainly. (No need to wait for confirmation to push such things, as far as I'm concerned ...)

bug#21547: [PATCH] elisp: run emacs with --no-site-file

2022-02-08 Thread Karl Berry
+ - When compiling emacs lisp files, emacs is run with --no-site-file to +disable user config files that might hang or access the terminal. I'm surprised it hasn't come up before. Good!

bug#30172: [PATCH] tests: do not assume AM_MAKEINFOHTMLFLAGS is used in non-html targets

2022-02-08 Thread Karl Berry
Fixes automake bug https://bugs.gnu.org/30172. No problem seen by me. Thanks.