24 lines
670 B
Diff
24 lines
670 B
Diff
From 8b5095711e7939991a5c8b12a27676ad6069b211 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 113/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 7b69213..0e718fd 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/])
|
|
|