Lower the minimal required autoconf version for EPEL 9 build

This commit is contained in:
Karolina Surma 2025-06-25 13:53:06 +02:00
commit 1331394c24

View file

@ -806,6 +806,8 @@ rm -r Modules/_decimal/libmpdec
# (This is after patching, so that we can use patches directly from upstream)
rm configure pyconfig.h.in
# Lower the minimal required version of autoconf to enable build for EPEL 9
sed -i "s/AC_PREREQ(\[2\.71\])/AC_PREREQ([2.69])/" configure.ac
# ======================================================
# Configuring and building the code: