mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-21 05:00:14 +01:00
AX_CODE_COVERAGE recently changed the way it embedded its Makefile rules in the output file: instead of using @CODE_COVERAGE_RULES@, users are now meant to include aminclude_static.am. The new AX_CODE_COVERAGE is only in the latest autoconf-archive release, version 2019.01.06, which is inconveniently new, so bundle everything we need for the moment. This requires us to stop using the deprecated CODE_COVERAGE_LDFLAGS (which we still used to support older versions of autoconf-archive) and replace them with CODE_COVERAGE_LIBS. Signed-off-by: Simon McVittie <smcv@collabora.com> |
||
|---|---|---|
| .. | ||
| as-ac-expand.m4 | ||
| ax_ac_append_to_file.m4 | ||
| ax_ac_print_to_file.m4 | ||
| ax_add_am_macro_static.m4 | ||
| ax_am_macros_static.m4 | ||
| ax_code_coverage.m4 | ||
| ax_file_escapes.m4 | ||
| ld-version-script.m4 | ||
| pkg.m4 | ||
| visibility.m4 | ||