Skip to content
  • Simon McVittie's avatar
    Adapt to API change in AX_CODE_COVERAGE version 28 · d9ef0226
    Simon McVittie authored
    
    
    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: default avatarSimon McVittie <smcv@collabora.com>
    (cherry picked from commit 2938c212)
    Closes: #265
    d9ef0226