aboutsummaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorBen McGinnes <[email protected]>2018-10-02 20:58:51 +0000
committerBen McGinnes <[email protected]>2018-10-02 20:58:51 +0000
commit23894ac9a96081428a590791010ca8beebaf6f9f (patch)
tree706e08819ad7c43f0eba4124d78b2fc0c7cdca1c /m4
parentcore: add experimental GPGME_EXPORT_MODE_NOUID. (diff)
downloadgpgme-23894ac9a96081428a590791010ca8beebaf6f9f.tar.gz
gpgme-23894ac9a96081428a590791010ca8beebaf6f9f.zip
python bindings: CPython order
* Changed the order of python versions the configure/make process checks for, placing Python 3.7 ahead of 3.6. * Updated the HOWTO documentation to reflect this change. Tested-by: Ben McGinnes <[email protected]> Signed-off-by: Ben McGinnes <[email protected]>
Diffstat (limited to 'm4')
-rw-r--r--m4/python.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/python.m4 b/m4/python.m4
index 56220ba2..7097db2d 100644
--- a/m4/python.m4
+++ b/m4/python.m4
@@ -40,8 +40,8 @@ AC_DEFUN([AM_PATH_PYTHON],
m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
[python2 python2.7 dnl
python dnl
- python3 python3.6 python3.5 python3.4 python3.7 dnl
- python3.8])
+ python3 python3.7 python3.6 python3.5 python3.4 dnl python3.8
+ ])
AC_ARG_VAR([PYTHON], [the Python interpreter])