From: Simon McVittie Date: Wed, 18 May 2022 15:04:40 +0000 (+0100) Subject: build: Update a comment with the release status of Autoconf X-Git-Tag: dbus-1.15.4~32^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba6fb129bdb57320f84032e02f34a98d433caf14;p=thirdparty%2Fdbus.git build: Update a comment with the release status of Autoconf It took a while, but Autoconf 2.70 was eventually released. Signed-off-by: Simon McVittie --- diff --git a/configure.ac b/configure.ac index c15ee151a..3abbafc5a 100644 --- a/configure.ac +++ b/configure.ac @@ -1286,8 +1286,8 @@ AM_CONDITIONAL(DBUS_CAN_UPLOAD_DOCS, [test x$enable_doxygen_docs = xyes && test x$enable_xml_docs = xyes && test x$enable_ducktype_docs = xyes]) -# Autoconf 2.70 will support this, and many distros patch this option in, -# but Autoconf 2.70 hasn't actually been released yet. +# Autoconf 2.70 supports this, and many distros patched this option in +# before Autoconf 2.70 was released AS_IF([test -z "${runstatedir}"], [runstatedir='${localstatedir}/run']) AC_SUBST([runstatedir])