]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add more python versions
authorMark Andrews <marka@isc.org>
Wed, 31 Jan 2024 05:41:49 +0000 (16:41 +1100)
committerMichal Nowak <mnowak@isc.org>
Fri, 16 Feb 2024 10:08:22 +0000 (11:08 +0100)
configure
configure.ac

index 2cdf5eaf9a824a40c2254c6a5721544b6cb28d2a..e46858dcf9bc04456ac2c5093cde4d195fa1c96d 100755 (executable)
--- a/configure
+++ b/configure
@@ -12572,7 +12572,7 @@ except: exit(1)'
 testsetup='try: from distutils.core import setup
 except: exit(1)'
 
-default_with_python="python python3 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python2 python2.7"
+default_with_python="python python3 python3.12 python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python2 python2.7"
 
 
 
index 8411605a37979cf13558372ef40fd2dca65fddf8..cc1c0880d285d896c50f0d9be4b3aa4f76361a19 100644 (file)
@@ -272,7 +272,7 @@ except: exit(1)'
 testsetup='try: from distutils.core import setup
 except: exit(1)'
 
-default_with_python="python python3 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python2 python2.7"
+default_with_python="python python3 python3.12 python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python2 python2.7"
 
 AC_ARG_VAR([PYTHON], [path to python executable])