Lower the minimal required autoconf version for EPEL 9 build
This commit is contained in:
parent
a419176c4c
commit
c0c82aa771
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue