On Tue, Nov 08, 2022 at 02:02:46PM -0800, Raymond Toy wrote: > On Tue, Nov 8, 2022 at 8:34 AM Gavin Smith <gavinsmith0...@gmail.com> wrote: > > > > > Can you check the output from "automake --version" as I believe older > > automake required "@setfilename" in Texinfo files. > > > > It says 1.15.1. On a different linux box, I have 1.16.2, but I haven't > tried building texinfo there yet.
I checked the automake NEWS, and indeed, New in 1.16.2: - automake no longer requires a @setfilename in each .texi file I started removing @setfilename everywhere to be in line with the evolutions of Texinfo, but I can readd to the texi2any_api and texi2anay_internals manuals. Alternatively, we may bump the requirement of AM_INIT_AUTOMAKE to 1.16.2. -- Pat