python 2 is no longer supported

* m4/pypath.m4: Check for Python 3.2+.
* README, NEWS, HACKING: Reflect this change.
This commit is contained in:
Alexandre Duret-Lutz 2015-04-01 14:01:26 +02:00
parent a18327d488
commit 31b3862f48
4 changed files with 16 additions and 13 deletions

View file

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