Control: found -1 1:1.17-4
On 2019-01-18 14:30:48 +0100, Vincent Lefevre wrote:
> On 2017-11-27 11:13:08 +0100, Vincent Lefevre wrote:
> > Package: automake
> > Version: 1:1.15.1-3
> > Severity: important
> >
> > "automake --add-missing" currently installs the texinfo.tex file
> > it distributes, which is really obsolete: 2013-02-01.11 while the
> > current version is 2017-08-23.19.
> >
> > "automake --add-missing" should install the version from texinfo
> > if available, or the automake package should be updated when a
> > new texinfo.tex file is available.
>
> With automake 1.16, the installed texinfo.tex version has been updated
> and is no longer obsolete. But automake still installs the version it
> distributes, so that the problem may occur again in the future (e.g.
> if makeinfo is updated, but not automake). So, I currently let this
> bug open.
And indeed, this has reappeared: with the MPFR working copy:
qaa% rm doc/texinfo.tex
qaa% automake --add-missing
doc/Makefile.am:25: installing 'doc/texinfo.tex'
qaa% grep def.texinfoversion doc/texinfo.tex
\def\texinfoversion{2024-02-10.22}
qaa% grep def.texinfoversion /usr/share/texmf/tex/texinfo/texinfo.tex
\def\texinfoversion{2024-11-04.20}
(where /usr/share/texmf/tex/texinfo/texinfo.tex is the up-to-date
file provided by texinfo).
--
Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Pascaline project (LIP, ENS-Lyon)