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.
>
>
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
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
+## 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
+
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
> >
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
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