Have lcov call the right gcov
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 15 Apr 2014 01:52:03 +0000 (21:52 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 15 Apr 2014 01:52:03 +0000 (21:52 -0400)
commit0d3b2b80aa6aee753f372bb0300a131691e9f55c
treed7af868bfa83e4585343223d9916df9ebc5a50d0
parente3fd9327384abc1cd252ddd8ce9429ab7bef48b5
Have lcov call the right gcov

By default, lcov will call whatever gcov it can find in the path.  But
if the user has specified a different gcov to configure, this could be
incompatible.  So tell lcov explicitly with an option which gcov program
to call.
src/Makefile.global.in