diff options
author | Ted Gould <ted@gould.cx> | 2014-06-05 10:15:32 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-06-05 10:15:32 -0500 |
commit | cc51d0fc02f2980cc08fcd6cfc929ea61ff9d93a (patch) | |
tree | 8ea7d724de3a88e9c2a6a3c905c3b715a55b0166 | |
parent | e8635c28682317d90dd0e5faa1d8ddf31d4989e0 (diff) | |
download | ayatana-indicator-power-cc51d0fc02f2980cc08fcd6cfc929ea61ff9d93a.tar.gz ayatana-indicator-power-cc51d0fc02f2980cc08fcd6cfc929ea61ff9d93a.tar.bz2 ayatana-indicator-power-cc51d0fc02f2980cc08fcd6cfc929ea61ff9d93a.zip |
Adding lcov 1.11
-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 1.10" + lcov_version_list="1.6 1.7 1.8 1.9 1.10 1.11" AC_CHECK_PROG(LCOV, lcov, lcov) AC_CHECK_PROG(GENHTML, genhtml, genhtml) |