aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-06-05 10:15:32 -0500
committerTed Gould <ted@gould.cx>2014-06-05 10:15:32 -0500
commitcc51d0fc02f2980cc08fcd6cfc929ea61ff9d93a (patch)
tree8ea7d724de3a88e9c2a6a3c905c3b715a55b0166
parente8635c28682317d90dd0e5faa1d8ddf31d4989e0 (diff)
downloadayatana-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.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gcov.m4 b/m4/gcov.m4
index 2d0b4bb..bd96386 100644
--- a/m4/gcov.m4
+++ b/m4/gcov.m4
@@ -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)