From 51372f02b96e1f1b1317e25e956c712019557bb4 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Mon, 18 Mar 2019 09:06:56 -0700 Subject: 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: I4258fab8811f07760ebd73e8ac55c8493370e19b Signed-off-by: Patrick Venture --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 89226f6..65cf1e9 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ .dirstamp .libs /aclocal.m4 +/aminclude_static.am /autom4te.cache /build-aux /config.h -- cgit v1.2.1