From: Ondřej Surý Date: Mon, 26 Nov 2018 14:10:15 +0000 (+0100) Subject: Add python3.6 and python3.7 to the search list of python versions X-Git-Tag: v9.13.5~29^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=da9038e9a0da004ebcd06849138bbf692b187f85;p=thirdparty%2Fbind9.git Add python3.6 and python3.7 to the search list of python versions --- diff --git a/configure b/configure index ea6a4d81db5..6ebbd3e3e22 100755 --- 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)' diff --git a/configure.ac b/configure.ac index d8c3edf71a8..abdeef0f2aa 100644 --- a/configure.ac +++ b/configure.ac @@ -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)'