Closed thesamesam closed 1 year ago
Thank you for working on this and for providing the patches! Since I was pretty busy with my day job, I wasn't able to review them earlier. After having a closer look at the changes now, I couldn't find any problems and everything looks good so far.
No worries at all, thank you!
autoconf & automake, at least nowadays, handle including m4/ correctly in dist tarballs (from
make dist
).Previously, dist tarballs lacked m4/ax_*.m4 and therefore
autoreconf -fi
would break the Makefile with:On that line is an unexpanded @CODE_COVERAGE_RULES@.
Bug: https://bugs.gentoo.org/879539 Signed-off-by: Sam James sam@gentoo.org