Python 3.5 is now needed
* NEWS, README, HACKING, doc/org/install.org, m4/pypath.m4: Adjust.
This commit is contained in:
parent
bc063b13f3
commit
a5f080338c
5 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
AC_DEFUN([adl_CHECK_PYTHON],
|
||||
[AM_PATH_PYTHON([3.3])
|
||||
[AM_PATH_PYTHON([3.5])
|
||||
case $PYTHON in
|
||||
[[\\/$]]* | ?:[[\\/]]* );;
|
||||
*) AC_MSG_ERROR([The PYTHON variable must be set to an absolute filename.]);;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue