Skip to content

build: Vendor last-good version of AX_CODE_COVERAGE

Philip Chimento requested to merge ptomato/gjs:test-m4 into master

It's not enough to copy the ax_code_coverage.m4 file; as explained by Simon McVittie on gnome-hackers IRC, aclocal will still copy in a newer version if its #serial number is higher than the existing one.

In order to prevent the macro from being overwritten with a broken version, we rename the file and also rename the macro.

See #149 (closed) for more explanation.

(Unreviewed, pushing to fix build.)

Merge request reports