| commit | 5023aa95ff56ea9ebf6a9e265dc4498c38f18bc7 | [log] [tgz] |
|---|---|---|
| author | William A. Kennington III <wak@google.com> | Thu Apr 04 18:00:09 2019 -0700 |
| committer | William A. Kennington III <wak@google.com> | Thu Apr 11 18:40:25 2019 -0700 |
| tree | 59636295ba05ae068e78ddb5a3379db68ad9c7d3 | |
| parent | 0d49e47978d5f2d0b108b0ddc65943763e88f729 [diff] |
autotools: Fix for autoconf-archive 2019.01.19
The code coverage macros from the archive changed in a backward
incompatible way. This adds a workaround to autodetect either version
and do the right thing.
Tested:
Against the typical, older autotools and the new autotools
2019.01.09 in the CI environment.
Change-Id: I765ec46051c2666874dce51675092aa4da989ec5
Signed-off-by: William A. Kennington III <wak@google.com>
To build this package, do the following steps:
1. ./bootstrap.sh
2. ./configure ${CONFIGURE_FLAGS}
3. make
To clean the repository run ./bootstrap.sh clean.