[epiphany/wip/autocrap: 11/37] Use AX_CODE_COVERAGE instead of GNOME_CODE_COVERAGE



commit f0478f98c1ba131088c6dcf50ff4bac465252b7c
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Jun 29 16:28:00 2015 -0500

    Use AX_CODE_COVERAGE instead of GNOME_CODE_COVERAGE
    
    GNOME_CODE_COVERAGE has moved upstream.
    
    Note: This means we now depend on autoconf-archive for builds from git,
    which is now a mandatory dependency for GNOME (when building from git).
    All macros will be copied into the tarball and distributed
    automatically, so there are no new dependencies in our release.
    
    https://wiki.gnome.org/Projects/GnomeCommon/Migration

 Makefile.am  |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 5aecdd6..9a019dd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@ EXTRA_DIST =                  \
 DISTCHECK_CONFIGURE_FLAGS = \
        --enable-debug
 
- GNOME_CODE_COVERAGE_RULES@
+ CODE_COVERAGE_RULES@
 
 # Ignore gtk theme cache files on distcheck
 distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache'
diff --git a/configure.ac b/configure.ac
index 5fd253c..8c86ee1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,7 +54,7 @@ GNOME_DEBUG_CHECK
 GNOME_COMPILE_WARNINGS([maximum])
 GNOME_MAINTAINER_MODE_DEFINES
 
-GNOME_CODE_COVERAGE
+AX_CODE_COVERAGE
 
 WARN_CFLAGS="$WARN_CFLAGS -Wdeclaration-after-statement -Wno-deprecated-declarations -Wno-missing-prototypes"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]