diff options
| author | Patrick Venture <venture@google.com> | 2019-03-19 09:10:41 -0700 |
|---|---|---|
| committer | Patrick Venture <venture@google.com> | 2019-03-19 09:10:41 -0700 |
| commit | 90e9dbcae6c1df3127dd3de41f9d1e1b5a438828 (patch) | |
| tree | 2fe0724b4e77425a1bac43e32616675f2dc94ce3 /test | |
| parent | e6e6f62680cf77c0a742ca806609d10103273b07 (diff) | |
| download | phosphor-pid-control-90e9dbcae6c1df3127dd3de41f9d1e1b5a438828.tar.gz phosphor-pid-control-90e9dbcae6c1df3127dd3de41f9d1e1b5a438828.zip | |
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.
Change-Id: I63d1cdf6edb125d75872d6dae38f8602fc043431
Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 3dfae00..fbc78bf 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,5 +1,3 @@ -@CODE_COVERAGE_RULES@ - AM_CPPFLAGS = \ -I$(top_srcdir)/ \ $(GTEST_CFLAGS) \ |

