propagate the new minimum version of python

* README, doc/org/install.org, m4/pypath.m4: We now require Python 3.3
or later.
This commit is contained in:
Alexandre Duret-Lutz 2015-10-21 14:27:18 +02:00
parent 80a6a183e3
commit 64607af7ab
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
AC_DEFUN([adl_CHECK_PYTHON],
[AM_PATH_PYTHON([3.2])
[AM_PATH_PYTHON([3.3])
case $PYTHON in
[[\\/$]]* | ?:[[\\/]]* );;
*) AC_MSG_ERROR([The PYTHON variable must be set to an absolute filename.]);;