[epiphany/wip/autocrap: 5/27] Use AX_CODE_COVERAGE instead of GNOME_CODE_COVERAGE
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/autocrap: 5/27] Use AX_CODE_COVERAGE instead of GNOME_CODE_COVERAGE
- Date: Mon, 29 Jun 2015 23:44:31 +0000 (UTC)
commit 1a32a29186f88fd5c9b620899b3ca8a34ab5106c
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]