diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-12-03 15:00:14 +0100 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-12-03 15:00:14 +0100 |
commit | c596b452d52b9be0d0c189e5bc394995bb9393d5 (patch) | |
tree | 513c367dcecbc1d748643cc6d7005979d3fa2b64 | |
parent | 3ff43b06fcfc04cbcb367d745b2151904bf29d5d (diff) | |
download | ayatana-indicator-power-c596b452d52b9be0d0c189e5bc394995bb9393d5.tar.gz ayatana-indicator-power-c596b452d52b9be0d0c189e5bc394995bb9393d5.tar.bz2 ayatana-indicator-power-c596b452d52b9be0d0c189e5bc394995bb9393d5.zip |
gcov.m4: add 1.10 to the lcov version list
-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) |