From 18da8cd8e22caf1f524e664d7a6fc19412831f1d Mon Sep 17 00:00:00 2001 From: Allan LeSage Date: Tue, 27 Mar 2012 16:08:10 -0500 Subject: Removed gcovr dependency, moved coverage targets to own makefile, cleaning up *.gcno. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fe27c33..50b71b8 100644 --- a/configure.ac +++ b/configure.ac @@ -75,17 +75,17 @@ AM_CONDITIONAL(USE_GTK3, [test "x$with_gtk" = x3]) ########################### m4_include([m4/gcov.m4]) AC_TDD_GCOV +AM_CONDITIONAL([HAVE_GCOV], [test "x$ac_cv_check_gcov" = xyes]) +AM_CONDITIONAL([HAVE_LCOV], [test "x$ac_cv_check_lcov" = xyes]) +AM_CONDITIONAL([HAVE_GCOVR], [test "x$ac_cv_check_gcovr" = xyes]) AC_SUBST(COVERAGE_CFLAGS) AC_SUBST(COVERAGE_CXXFLAGS) AC_SUBST(COVERAGE_LDFLAGS) - AC_SUBST(INDICATOR_CFLAGS) AC_SUBST(INDICATOR_LIBS) - AC_SUBST(APPINDICATOR_CFLAGS) AC_SUBST(APPINDICATOR_LIBS) - ########################### # Check to see if we're local ########################### -- cgit v1.2.3