diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-12-03 18:47:22 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-12-03 18:47:22 +0000 |
commit | b2c58f69426313c8ffe007d5fb3db29425cd4300 (patch) | |
tree | 513c367dcecbc1d748643cc6d7005979d3fa2b64 | |
parent | 3ff43b06fcfc04cbcb367d745b2151904bf29d5d (diff) | |
parent | c596b452d52b9be0d0c189e5bc394995bb9393d5 (diff) | |
download | ayatana-indicator-power-b2c58f69426313c8ffe007d5fb3db29425cd4300.tar.gz ayatana-indicator-power-b2c58f69426313c8ffe007d5fb3db29425cd4300.tar.bz2 ayatana-indicator-power-b2c58f69426313c8ffe007d5fb3db29425cd4300.zip |
gcov.m4: add 1.10 to the lcov version list.
Approved by Ted Gould, PS Jenkins bot.
-rw-r--r-- | m4/gcov.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ AC_DEFUN([AC_TDD_GCOV], AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1.]) fi - lcov_version_list="1.6 1.7 1.8 1.9" + lcov_version_list="1.6 1.7 1.8 1.9 1.10" AC_CHECK_PROG(LCOV, lcov, lcov) AC_CHECK_PROG(GENHTML, genhtml, genhtml) |