[totem-pl-parser] build: Port from GNOME_CODE_COVERAGE to AX_CODE_COVERAGE
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-pl-parser] build: Port from GNOME_CODE_COVERAGE to AX_CODE_COVERAGE
- Date: Thu, 22 Dec 2016 15:25:08 +0000 (UTC)
commit b4da7775ce86db03e4cdbc9f9f9f2aba18de109b
Author: Philip Withnall <withnall endlessm com>
Date: Mon Dec 19 08:01:12 2016 +0000
build: Port from GNOME_CODE_COVERAGE to AX_CODE_COVERAGE
This adds a dependency on autoconf-archive (or the m4-common subset of it
in GNOME). Functionally, the two macros are the same, but the latter is
in autoconf-archive so is more generally useful.
https://wiki.gnome.org/Projects/GnomeCommon/Migration
https://bugzilla.gnome.org/show_bug.cgi?id=776259
configure.ac | 2 +-
plparse/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3c3820d..938b9da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -219,7 +219,7 @@ AC_SUBST([AM_LDFLAGS])
GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
GOBJECT_INTROSPECTION_CHECK([0.9.5])
-GNOME_CODE_COVERAGE
+AX_CODE_COVERAGE
AC_CONFIG_FILES([
Makefile
diff --git a/plparse/Makefile.am b/plparse/Makefile.am
index 688040e..974264b 100644
--- a/plparse/Makefile.am
+++ b/plparse/Makefile.am
@@ -229,6 +229,6 @@ typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
CLEANFILES += $(gir_DATA) $(typelib_DATA)
endif
-@GNOME_CODE_COVERAGE_RULES@
+@CODE_COVERAGE_RULES@
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]