summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJosh Durgin <josh.durgin@dreamhost.com>2011-06-07 10:06:58 -0700
committerJosh Durgin <josh.durgin@dreamhost.com>2011-06-07 13:29:21 -0700
commitb32f00ebe32fd57264a1527641cfb7cd0844e81f (patch)
treecb4084258efefe91dd0f093f570d597d9f0ab96f /configure.ac
parent0eda7195021121fb9c0db8f37d1e005d66b31800 (diff)
downloadceph-b32f00ebe32fd57264a1527641cfb7cd0844e81f.tar.gz
coverage: add ceph-coverage to run something with the right GCOV_PREFIX_STRIP
Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3d32d1ceab6..0c109c67bd2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -147,6 +147,7 @@ AC_ARG_ENABLE([coverage],
[],
[enable_coverage=no])
AM_CONDITIONAL(ENABLE_COVERAGE, test "x$enable_coverage" != xno)
+AC_SUBST(GCOV_PREFIX_STRIP, `echo $(pwd)/src | tr -dc / | wc -c`)
# radosgw?
AC_ARG_WITH([radosgw],