Lower the minimal required autoconf version for EPEL 9 build

This commit is contained in:
Karolina Surma 2025-06-27 08:38:41 +02:00
commit c0c82aa771

View file

@ -801,8 +801,8 @@ rm -r Modules/_decimal/libmpdec
rm configure pyconfig.h.in
# Patch out the version requirement on autoconf 2.72
# This can be removed when Fedora 40 goes EOL (2025-05-28)
sed -i "s/AC_PREREQ(\[2\.72\])/AC_PREREQ([2.71])/" configure.ac
# We need it to allow the version available in RHEL 9
sed -i "s/AC_PREREQ(\[2\.72\])/AC_PREREQ([2.69])/" configure.ac
# ======================================================
# Configuring and building the code: