[esnacc-dev] [PATCH] m4/ax_code_coverage.m4: Allow lcov 1.11 and 1.12

Aaron Conole aconole at bytheb.org
Tue Sep 6 17:48:45 UTC 2016


The versions of lcov available on various operating systems has ratcheted
forward.  Quick testing with the latest Fedora release (1.12) shows that the
code coverage framework still functions, so just ratchet support forward.

Signed-off-by: Aaron Conole <aconole at bytheb.org>
---
 m4/ax_code_coverage.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/ax_code_coverage.m4 b/m4/ax_code_coverage.m4
index 5774abc..13a7cf5 100644
--- a/m4/ax_code_coverage.m4
+++ b/m4/ax_code_coverage.m4
@@ -60,7 +60,7 @@ AC_DEFUN([AX_CODE_COVERAGE],[
 		])
 
 		# List of supported lcov versions.
-		lcov_version_list="1.6 1.7 1.8 1.9 1.10"
+		lcov_version_list="1.6 1.7 1.8 1.9 1.10 1.11 1.12"
 
 		AC_CHECK_PROG([LCOV], [lcov], [lcov])
 		AC_CHECK_PROG([GENHTML], [genhtml], [genhtml])
-- 
2.7.4



More information about the dev mailing list