summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-03-27 13:44:04 (GMT)
committerGitHub <noreply@github.com>2021-03-27 13:44:04 (GMT)
commit5d6e8c1c1a5f667cdce99cb3c563ac922198678d (patch)
treea9b3d1b75cdedbf2dccb14f301fa0c361e464e7d /Misc
parent11b85abbae8aaa8410b19f358abd7b401881bb1c (diff)
downloadcpython-5d6e8c1c1a5f667cdce99cb3c563ac922198678d.zip
cpython-5d6e8c1c1a5f667cdce99cb3c563ac922198678d.tar.gz
cpython-5d6e8c1c1a5f667cdce99cb3c563ac922198678d.tar.bz2
bpo-43617: Check autoconf-archive package in configure.ac (GH-25016)
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2021-03-24-16-55-55.bpo-43617.d69KAv.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-03-24-16-55-55.bpo-43617.d69KAv.rst b/Misc/NEWS.d/next/Build/2021-03-24-16-55-55.bpo-43617.d69KAv.rst
new file mode 100644
index 0000000..2678396
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2021-03-24-16-55-55.bpo-43617.d69KAv.rst
@@ -0,0 +1,2 @@
+Improve configure.ac: Check for presence of autoconf-archive package and
+remove our copies of M4 macros.