MINGW-packages/mingw-w64-python/0112-configure.ac-use-autoconf-2.69.patch
2025-04-18 07:39:35 +02:00

24 lines
670 B
Diff

From 904c421dacf0ccb6a0bcaa50cf31ef0f9f751414 Mon Sep 17 00:00:00 2001
From: Naveen M K <naveen521kk@gmail.com>
Date: Mon, 19 Feb 2024 22:09:25 +0530
Subject: [PATCH 112/N] configure.ac: use autoconf 2.69
llvm-mingw only has autoconf 2.69
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index c4dfe3b..fe4d39f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ dnl
# Set VERSION so we only need to edit in one place (i.e., here)
m4_define([PYTHON_VERSION], [3.12])
-AC_PREREQ([2.71])
+AC_PREREQ([2.69])
AC_INIT([python],[PYTHON_VERSION],[https://github.com/python/cpython/issues/])