summaryrefslogtreecommitdiffstats
path: root/Tools/build
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend@python.org>2025-01-03 11:37:54 (GMT)
committerGitHub <noreply@github.com>2025-01-03 11:37:54 (GMT)
commit8abd6cef68a0582a4d912be76caddd9da5d55ccd (patch)
tree8c529344893a672e6fe268205c44796cbfdaa412 /Tools/build
parent4ed36d6efb3e3bc613045016dee594d671997709 (diff)
downloadcpython-8abd6cef68a0582a4d912be76caddd9da5d55ccd.zip
cpython-8abd6cef68a0582a4d912be76caddd9da5d55ccd.tar.gz
cpython-8abd6cef68a0582a4d912be76caddd9da5d55ccd.tar.bz2
gh-115765: Upgrade to GNU Autoconf 2.72 (#128411)
Diffstat (limited to 'Tools/build')
-rwxr-xr-xTools/build/regen-configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/build/regen-configure.sh b/Tools/build/regen-configure.sh
index d2a613b..c7683eb 100755
--- a/Tools/build/regen-configure.sh
+++ b/Tools/build/regen-configure.sh
@@ -5,7 +5,7 @@ set -e -x
# The check_autoconf_regen job of .github/workflows/build.yml must kept in
# sync with this script. Use the same container image than the job so the job
# doesn't need to run autoreconf in a container.
-IMAGE="ghcr.io/python/autoconf:2024.11.11.11786316759"
+IMAGE="ghcr.io/python/autoconf:2025.01.02.12581854023"
AUTORECONF="autoreconf -ivf -Werror"
WORK_DIR="/src"