From cf074b4ee1e021fff7ceafd55abb77fb9ecd4cde Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Sat, 5 Oct 2013 22:03:07 +0100 Subject: [PATCH] there is a AC_SUBST for the coverage variables in gcov.m4 now --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index b5f3d9a..b4912da 100644 --- a/configure.ac +++ b/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