diff options
author | Ted Gould <ted@gould.cx> | 2013-12-19 10:33:24 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-12-19 10:33:24 -0600 |
commit | 52c50b3f9b571f44dc1f255365dc5c90ab2c6730 (patch) | |
tree | e4b3c053e75d0df5c375e428499ac5e38de92b34 /m4/gcov.m4 | |
parent | a703b19e43e0ed39b2ef2e76953199ed66ebbf35 (diff) | |
download | libayatana-appindicator-52c50b3f9b571f44dc1f255365dc5c90ab2c6730.tar.gz libayatana-appindicator-52c50b3f9b571f44dc1f255365dc5c90ab2c6730.tar.bz2 libayatana-appindicator-52c50b3f9b571f44dc1f255365dc5c90ab2c6730.zip |
Adding gcov 1.10
Diffstat (limited to 'm4/gcov.m4')
-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) |