summaryrefslogtreecommitdiff
path: root/source4/build/m4/check_cc.m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-05 19:54:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:36:32 -0500
commit46ca543e198d96598521ac809db9c21ff467e588 (patch)
tree1ffdcb1be111ec7021e063d734322b5979b5a882 /source4/build/m4/check_cc.m4
parent3ca370b3db92c12d6dc649e93b33febd248a945f (diff)
downloadsamba-46ca543e198d96598521ac809db9c21ff467e588.tar.gz
samba-46ca543e198d96598521ac809db9c21ff467e588.tar.bz2
samba-46ca543e198d96598521ac809db9c21ff467e588.zip
r10041: Add 'gcov' make target. Run
'make clean gcov' to generate a set of files describing the test coverage of the Samba 4 code. (This used to be commit 72bb84add469ad4f027ddbd8d73bb846b0609fa2)
Diffstat (limited to 'source4/build/m4/check_cc.m4')
-rw-r--r--source4/build/m4/check_cc.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/build/m4/check_cc.m4 b/source4/build/m4/check_cc.m4
index 8e402f102c..eaf40f1b53 100644
--- a/source4/build/m4/check_cc.m4
+++ b/source4/build/m4/check_cc.m4
@@ -127,3 +127,5 @@ fi
# allow for --with-hostcc=gcc
AC_ARG_WITH(hostcc,[ --with-hostcc=compiler choose host compiler],[HOSTCC=$withval],[HOSTCC=$CC])
AC_SUBST(HOSTCC)
+
+AC_PATH_PROG(GCOV,gcov)