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

2022-01-26 Thread Mike Frysinger
On 26 Jan 2022 19:50, Karl Berry wrote: > +## if it is in srcdir (-I $(srcdir) is set in %MAKEINFOFLAGS%), and in > case > +## texi2dvi automatically fallsback to using makeinfo for expanding (-E). > +## If texi2dvi doesn't fallback, we also pass %MAKEINFOFLAGS% directly > below. > >

bug#53530: [PATCH] python: add 3.10 - 3.15 to the version search list

2022-01-26 Thread Mike Frysinger
On 26 Jan 2022 06:37, Mike Frysinger wrote: > Fixes automake bug https://bugs.gnu.org/53530. > > Based on the cadence of Automake releases, add the current Python > release (3.10), the current Python development (3.11), and then 4 > more versions on top of that. It doesn't hurt to check for a few

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

2022-01-26 Thread Karl Berry
I don't really understand why this patch is in two parts, with seemingly the same change, but whatever, doesn't matter. * doc/automake.texi: Mention new AM_TEXI2FLAGS setting. * lib/am/texibuild.am: Pass $(AM_TEXI2FLAGS) to TEXI2DVI & TEXI2PDF. 1) Maybe something should be said about

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

2022-01-26 Thread Karl Berry
+## texi2dvi automatically fallsback to using makeinfo for expanding (-E). s/fallsback/falls back/ +## If texi2dvi doesn't fallback, we also pass %MAKEINFOFLAGS% directly below. s/fallback/fall back/ +## if it is in srcdir (-I $(srcdir) is set in %MAKEINFOFLAGS%), and in case +

bug#53530: [PATCH] python: add 3.10 - 3.15 to the version search list

2022-01-26 Thread Mike Frysinger
On 26 Jan 2022 10:09, Zack Weinberg wrote: > On Wed, Jan 26, 2022, at 6:37 AM, Mike Frysinger wrote: > > Fixes automake bug https://bugs.gnu.org/53530. > > > > Based on the cadence of Automake releases, add the current Python > > release (3.10), the current Python development (3.11), and then 4 > >

bug#53530: [PATCH] python: add 3.10 - 3.15 to the version search list

2022-01-26 Thread Zack Weinberg
On Wed, Jan 26, 2022, at 6:37 AM, Mike Frysinger wrote: > Fixes automake bug https://bugs.gnu.org/53530. > > Based on the cadence of Automake releases, add the current Python > release (3.10), the current Python development (3.11), and then 4 > more versions on top of that. It doesn't hurt to chec

bug#53530: [PATCH] python: add 3.10 - 3.15 to the version search list

2022-01-26 Thread Mike Frysinger
Fixes automake bug https://bugs.gnu.org/53530. Based on the cadence of Automake releases, add the current Python release (3.10), the current Python development (3.11), and then 4 more versions on top of that. It doesn't hurt to check for a few extra versions here since this is the fallback logic