Merge lp:~ted/indicator-sync/lcov-version into lp:indicator-sync

Proposed by Ted Gould
Status: Merged
Approved by: Charles Kerr
Approved revision: 42
Merged at revision: 42
Proposed branch: lp:~ted/indicator-sync/lcov-version
Merge into: lp:indicator-sync
Diff against target: 11 lines (+1/-1)
1 file modified
m4/gcov.m4 (+1/-1)
To merge this branch: bzr merge lp:~ted/indicator-sync/lcov-version
Reviewer Review Type Date Requested Status
Charles Kerr (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+197520@code.launchpad.net

Commit message

Adding 1.10 to the lcov version list

Description of the change

Adding 1.10 to the list of allowed lcov versions

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Charles Kerr (charlesk) :
review: Approve
Revision history for this message
Charles Kerr (charlesk) wrote :

We'll need to add this to the other indicators too.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'm4/gcov.m4'
2--- m4/gcov.m4 2012-09-05 22:57:35 +0000
3+++ m4/gcov.m4 2013-12-03 13:20:42 +0000
4@@ -30,7 +30,7 @@
5 AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1.])
6 fi
7
8- lcov_version_list="1.6 1.7 1.8 1.9"
9+ lcov_version_list="1.6 1.7 1.8 1.9 1.10"
10 AC_CHECK_PROG(LCOV, lcov, lcov)
11 AC_CHECK_PROG(GENHTML, genhtml, genhtml)
12

Subscribers

People subscribed via source and target branches