fix lcov support

Ubuntu 18.10 comes with lcov 1.13, which is now added.
next
Erwin J. van Eijk 2019-09-01 19:15:33 +02:00
parent 39a65166c4
commit 1e4ffcafaa
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ AC_DEFUN([AX_CODE_COVERAGE],[
])
# List of supported lcov versions.
lcov_version_list="1.6 1.7 1.8 1.9 1.10 1.11 1.12"
lcov_version_list="1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13"
AC_CHECK_PROG([LCOV], [lcov], [lcov])
AC_CHECK_PROG([GENHTML], [genhtml], [genhtml])