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

2022-02-07 Thread Mike Frysinger
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:

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

2022-02-07 Thread Mike Frysinger
From: Mathieu Lirzin Fixes automake bug https://bugs.gnu.org/30172. Since AM_MAKEINFOHTMLFLAGS overrides AM_MAKEINFOFLAGS only for html targets, make sure we restore the hacked up makefile before testing the non-html formats. This normally doesn't cause a problem for most people, but if their

bug#30172: dvi, ps, and pdf targets use AM_MAKEINFOFLAGS

2022-02-07 Thread Mike Frysinger
On 19 Jan 2018 16:30, Mathieu Lirzin wrote: > The test suite fails for “t/txinfo-many-output-formats.sh” and > “t/txinfo-many-output-formats-vpath.sh”. > > $ make check \ > TESTS="t/txinfo-many-output-formats.sh > t/txinfo-many-output-formats-vpath.sh" > > TEXINPUTS=".:$TEXINPUTS" \ >

bug#24403: Automake fails to build via Homebrew if path to Xcode contains a space

2022-02-07 Thread Mike Frysinger
On Fri, 09 Sep 2016 18:18:07 -0700, Michael Miller wrote: > I recently had a problem building automake via Homebrew on OS X. Turns out > the problem was that the path to Xcode contained a space: /Applications/Xcode > 7.app \u2014 Removing the space caused the build to work correctly. > > To

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

2022-02-07 Thread Mike Frysinger
We already invoke $AR with -NOLOGO all the time, so we can ignore the option entirely if the user specifies it. * lib/ar-lib: Ignore -NOLOGO. --- lib/ar-lib | 4 1 file changed, 4 insertions(+) diff --git a/lib/ar-lib b/lib/ar-lib index 9dc8ef6df054..54c6bdbf7f1b 100755 --- a/lib/ar-lib

bug#34846: top_builddir incorrectly formulated when src directory at same level as configure

2022-02-07 Thread Mike Frysinger
On 13 Mar 2019 20:23, Hans-Bernhard Bröker wrote: > Am 13.03.2019 um 16:44 schrieb Allwright, James: > > I believe I have found a bug in automake relating to the parsing of > > filepaths and/or directories. > > I believe you have used automake incorrectly. > > > In proj3/ Makefile.am I have >

bug#19579: Long lines, short awk

2022-02-07 Thread Mike Frysinger
On Tue, 13 Jan 2015 01:01:44 -0500, Daniel Richard G. wrote: > I am building a source package, prepared with Automake 1.15, on HP-UX. > While running the configure script, I get > > [...] > config.status: creating include/Makefile > config.status: creating scripts/Makefile >

bug#38043: [PATCH 6/6] py-compile: fix optimized compiling for Python 3.5+

2022-02-07 Thread Karl Berry
before i push, question about $scriptversion. is the policy for handling these documented somewhere ? is it like m4 serial numbers ? it should be updated whenever there's a code change ? Yes. Standard practice is to update scriptversion whenever a new version of the file is