Re: Makeinfo required to build Automake 1.18

Collin Funk <[email protected]> Wed, 28 May 2025 19:51:14 -0700
Newsgroups gmane.comp.sysutils.automake.general
Message-ID <[email protected]>
Hi all,

Karl Berry <[email protected]> writes:

> But when I unpack it and run configure and make, it isn't run.
> $ tar xf automake-1.18.tar.xz
> $ cd automake-1.18
> $ ./configure
> $ make
> ... no use of MAKEINFO ...

Likewise for me, doing 'make V=1 2>&1 | grep makeinfo' returns nothing.

Collin