]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add python3.6 and python3.7 to the search list of python versions
authorOndřej Surý <ondrej@sury.org>
Mon, 26 Nov 2018 14:10:15 +0000 (15:10 +0100)
committerOndřej Surý <ondrej@sury.org>
Tue, 27 Nov 2018 08:21:12 +0000 (09:21 +0100)
configure
configure.ac

index ea6a4d81db5960c3e8d16ba71d86c51672eb21e4..6ebbd3e3e223090f57c9afccb23884817baa849d 100755 (executable)
--- a/configure
+++ b/configure
@@ -12187,7 +12187,7 @@ else
 fi
 
 
-python="python python3 python3.5 python3.4 python3.3 python3.2 python2 python2.7"
+python="python python3 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python2 python2.7"
 
 testargparse='try: import argparse
 except: exit(1)'
index d8c3edf71a831c9d5626ac17cf31c5e189ddf009..abdeef0f2aa680efea9a9a328699e2686f971c0a 100644 (file)
@@ -190,7 +190,7 @@ AC_ARG_WITH(python-install-dir,
                           [installation directory for Python modules]),
            use_python_install_dir="$withval", use_python_install_dir="unspec")
 
-python="python python3 python3.5 python3.4 python3.3 python3.2 python2 python2.7"
+python="python python3 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python2 python2.7"
 
 testargparse='try: import argparse
 except: exit(1)'