Marco Maggi wrote:
> AFAICT with almost all of my packages: when running "distcheck" the
> documentation is built only in PDF format, not Info format; the Info
> files are already present in the distribution archive.
[...]
> the problem seems to be that the Info files from the dist arch
Ciao,
I use the Autotools in several packages with no problems running "make
distcheck", but in a single package I get an error. I am on a
x86_64-unknown-linux-gnu with Autoconf 2.69 and Automake 1.14, and I
use:
AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip])
AFAICT with