"make install" fails if you configure with --enable-legacy
If you use the --enable-legacy flag to configure
, then make install
fails with:
gmake: *** No rule to make target 'man/Xprint.5', needed by 'all-am'. Stop.
This is because there is no man/Xprint.man in the tarball, as it was listed in printproto_EXTRA_DIST
but automake only recognizes EXTRA_DIST
with no prefix.