summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-05-18 16:04:40 +0100
committerSimon McVittie <smcv@collabora.com>2022-10-11 17:14:11 +0100
commitba6fb129bdb57320f84032e02f34a98d433caf14 (patch)
tree89adb3cc34a79eb406f72daf1cf6c19f0b1df932 /configure.ac
parent3ca855f2642239ea83c424d8bae5c2a514e55e3b (diff)
downloaddbus-ba6fb129bdb57320f84032e02f34a98d433caf14.tar.gz
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 <smcv@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c15ee151..3abbafc5 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])