bug#17614: parallel compilation fails

2022-01-24 Thread Mike Frysinger
On 19 Jan 2022 18:32, Peter Johansson wrote: > On 19/1/22 18:10, Mike Frysinger wrote: > > retitle 17614 parallel compilation fails: mv: > > yat/statistics/.deps/Percentiler.Tpo and > > yat/statistics/.deps/Percentiler.Tpo are the same file > > tag 17614 = moreinfo > > thankyou > > > > On Wed,

bug#16714: [PATCH] tests: clear autotools env vars

2022-01-24 Thread Mike Frysinger
should be resolved for the next release, thanks

bug#16714: [PATCH] tests: clear autotools env vars

2022-01-24 Thread Karl Berry
Subject: bug#16714: [PATCH] tests: clear autotools env vars Looks good to me. Thanks.

bug#31728: [PATCH] dmalloc: mark macro as obsolete

2022-01-24 Thread Zack Weinberg
On Sat, Jan 22, 2022, at 4:44 PM, Karl Berry wrote: > Sorry, I still disagree with "deprecating" AM_WITH_DMALLOC (or anything > else). My wish would be to add some strong wording in the manual about > how it doesn't do anything especially useful, new code shouldn't use it, > etc., and let it go at

bug#23599: [PATCH 2/2] texi: define new AM_TEXI2FLAGS variable

2022-01-24 Thread Mike Frysinger
To provide a bit more flexibility when invoking TEXI2DVI & TEXI2PDF, and provide a bit of symmetry with .info & .html generation, provide a AM_TEXI2FLAGS setting that is passed to all TEXI2xxx invocations. * doc/automake.texi: Mention new AM_TEXI2FLAGS setting. * lib/am/texibuild.am: Pass

bug#23599: [PATCH 1/2] texi: pass automatic -I to dvi & pdf generation

2022-01-24 Thread Mike Frysinger
Fixes automake bug https://bugs.gnu.org/23599. When generating info/html pages, automake adds -I flags to source dirs that contain the texi files, but it doesn't do this for dvi or pdf formats. Instead, automake has been relying on texi2dvi to use makeinfo for expanding macros, and it hasn't