D-Bus 1.11.4 (UNRELEASED)
==
+Dependencies:
+
+• Building from git (but not from tarballs) now requires
+ macros from the GNU Autoconf Archive, for example the autoconf-archive
+ package in Debian or Fedora derivatives.
+
+Build-time configuration:
+
+• The option to enable coverage instrumentation has changed from
+ --enable-compiler-coverage to --enable-code-coverage.
+
Enhancements:
• D-Bus Specification version 0.28
• On Unix, unify the various places that reopen stdin, stdout and/or stderr
pointing to /dev/null (fd.o #97008, Simon McVittie)
+• Use AX_CODE_COVERAGE instead of our own COMPILER_COVERAGE
+ (fd.o #88922, Thomas Zimmermann)
+
Fixes:
• On Windows, fix a memory leak in replacing the installation prefix
AC_INIT([dbus],[dbus_version],[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus],[dbus])
AC_CONFIG_AUX_DIR([build-aux])
+m4_pattern_forbid([^AX_],
+ [Unexpanded AX_ macro found. Please install GNU autoconf-archive])
+
AC_CANONICAL_HOST
AC_CONFIG_HEADERS([config.h])