gh-115765: Upgrade to GNU Autoconf 2.72 (#128411)

This commit is contained in:
Erlend E. Aasland 2025-01-03 12:37:54 +01:00 committed by GitHub
parent 4ed36d6efb
commit 8abd6cef68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 4510 additions and 3105 deletions

View file

@ -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"