~ted/indicator-datetime/lp773987

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Charles Kerr
  • Date: 2012-04-04 02:36:26 UTC
  • mfrom: (165.2.1 indicator-datetime)
  • Revision ID: charles.kerr@canonical.com-20120404023626-eov0zgn8bqj8w5rp
merge lp:~allanlesage/indicator-datetime/TDD to remove a dependency on gcovr, move gcov targets to their own makefile, and clean up .gcno files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
 
146
146
m4_include([m4/gcov.m4])
147
147
AC_TDD_GCOV
 
148
AM_CONDITIONAL([HAVE_GCOV], [test "x$ac_cv_check_gcov" = xyes])
 
149
AM_CONDITIONAL([HAVE_LCOV], [test "x$ac_cv_check_lcov" = xyes])
 
150
AM_CONDITIONAL([HAVE_GCOVR], [test "x$ac_cv_check_gcovr" = xyes])
148
151
AC_SUBST(COVERAGE_CFLAGS)
149
 
AC_SUBST(COVERAGE_CXXFLAGS)
150
152
AC_SUBST(COVERAGE_LDFLAGS)
151
153
 
152
154
###########################