On Thu, May 29, 2025 at 08:59:08AM +0200, Christoph Grüninger via Discussion list for automake wrote: > Note, that the issue arises when `make install` is called. I attached the > output of the call in verbose mode (V=1). I still cannot spot an issue.
Like others, I cannot reproduce any makeinfo-related failure on an AlmaLinux 8.4 installation which lacks makeinfo. I suggest you try running GNU make with the '-d' option which will cause it print out all the gory details about why it decided to run any particular rule. Also if you could share all the steps you performed between unpacking the tarball and running 'make install', maybe there is something there we are missing. Cheers, Nick