Skip to content

Commit 3c50fc8

Browse files
committed
relax autoconf version
1 parent 8b88c5e commit 3c50fc8

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

patches/relax-autoconf-version.patch

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
From: Anthony Sottile <[email protected]>
2+
Date: Tue, 7 Jan 2025 20:13:27 -0500
3+
Subject: relax the required version of autoconf
4+
5+
---
6+
configure.ac | 2 +-
7+
1 file changed, 1 insertion(+), 1 deletion(-)
8+
9+
diff --git a/configure.ac b/configure.ac
10+
index b5b2583..2ee1cad 100644
11+
--- a/configure.ac
12+
+++ b/configure.ac
13+
@@ -12,7 +12,7 @@ dnl
14+
# Set VERSION so we only need to edit in one place (i.e., here)
15+
m4_define([PYTHON_VERSION], [3.14])
16+
17+
-AC_PREREQ([2.72])
18+
+AC_PREREQ([2.71])
19+
20+
AC_INIT([python],[PYTHON_VERSION],[https://github.com/python/cpython/issues/])
21+

patches/series

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ sysconfigdata-name.patch
1414
destshared-location.patch
1515
test-no-random-order.patch
1616
disable-a-few-xml-tests.patch
17+
relax-autoconf-version.patch

0 commit comments

Comments
 (0)