Browse Source

there is a AC_SUBST for the coverage variables in gcov.m4 now

release0.1.6
Georg Hopp 12 years ago
parent
commit
cf074b4ee1
  1. 3
      configure.ac

3
configure.ac

@ -17,9 +17,6 @@ AC_CONFIG_MACRO_DIR([m4])
m4_include([m4/gcov.m4])
AC_TDD_GCOV
AC_SUBST(COVERAGE_CFLAGS)
AC_SUBST(COVERAGE_CXXFLAGS)
AC_SUBST(COVERAGE_LDFLAGS)
m4_include([m4/memopt.m4])
AC_MEM_OPT

Loading…
Cancel
Save