]> git.pld-linux.org Git - packages/dbus.git/blame - dbus-autoconf-archive.patch
- updated to 1.12.12
[packages/dbus.git] / dbus-autoconf-archive.patch
CommitLineData
708f1de0
JB
1--- dbus-1.12.12/configure.ac.orig 2019-02-13 21:45:13.880746757 +0100
2+++ dbus-1.12.12/configure.ac 2019-02-13 21:51:22.655415600 +0100
3@@ -12,6 +12,7 @@
4
5 m4_pattern_forbid([^AX_],
6 [Unexpanded AX_ macro found. Please install GNU autoconf-archive])
7+m4_pattern_allow([AX_CHECK_GNU_MAKE_HEADLINE])
8
9 AC_CANONICAL_HOST
10
11--- dbus-1.12.12/Makefile.am.orig 2018-12-04 12:13:44.000000000 +0100
12+++ dbus-1.12.12/Makefile.am 2019-02-13 22:16:52.360461810 +0100
13@@ -51,4 +51,4 @@
14 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
15
16 # Add rules for code-coverage testing, as defined by AX_CODE_COVERAGE
17-@CODE_COVERAGE_RULES@
18+include $(top_srcdir)/aminclude_static.am
19--- dbus-1.12.12/dbus/Makefile.am.orig 2017-10-30 13:26:18.000000000 +0100
20+++ dbus-1.12.12/dbus/Makefile.am 2019-02-13 22:17:08.080376648 +0100
21@@ -329,7 +329,7 @@
22 test_dbus_LDADD = libdbus-internal.la
23
24 # Add rules for code-coverage testing, as defined by AX_CODE_COVERAGE
25-@CODE_COVERAGE_RULES@
26+include $(top_srcdir)/aminclude_static.am
27
28 clean-local:
29 $(AM_V_at)rm -fr ./.dbus-keyrings
30--- dbus-1.12.12/test/Makefile.am.orig 2018-02-23 11:25:17.000000000 +0100
31+++ dbus-1.12.12/test/Makefile.am 2019-02-13 22:17:22.976962612 +0100
32@@ -672,4 +672,4 @@
33 ) > $@.tmp && mv $@.tmp $@
34
35 # Add rules for code-coverage testing, as defined by AX_CODE_COVERAGE
36-@CODE_COVERAGE_RULES@
37+include $(top_srcdir)/aminclude_static.am
38--- dbus-1.12.12/bus/Makefile.am.orig 2017-10-30 13:26:18.000000000 +0100
39+++ dbus-1.12.12/bus/Makefile.am 2019-02-13 22:17:40.393534925 +0100
40@@ -306,4 +306,4 @@
41 endif
42
43 # Add rules for code-coverage testing, as defined by AX_CODE_COVERAGE
44-@CODE_COVERAGE_RULES@
45+include $(top_srcdir)/aminclude_static.am
This page took 0.03916 seconds and 4 git commands to generate.