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:
parent
80a6a183e3
commit
64607af7ab
3 changed files with 3 additions and 3 deletions
2
README
2
README
|
|
@ -30,7 +30,7 @@ Requirements
|
||||||
Spot requires a C++11-compliant compiler.
|
Spot requires a C++11-compliant compiler.
|
||||||
G++ 4.8 or later, as well as Clang++ 3.5 or later should work.
|
G++ 4.8 or later, as well as Clang++ 3.5 or later should work.
|
||||||
|
|
||||||
Spot expects a complete installation of Python (version 3.2 or later).
|
Spot expects a complete installation of Python (version 3.3 or later).
|
||||||
Especially, Python's headers files should be installed. If you don't
|
Especially, Python's headers files should be installed. If you don't
|
||||||
have Python installed, and do NOT want to install it, you should run
|
have Python installed, and do NOT want to install it, you should run
|
||||||
configure with the --disable-python option (see below).
|
configure with the --disable-python option (see below).
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ successful development build]].
|
||||||
Spot requires a C++11-compliant compiler. =g++= 4.8 or later, as well
|
Spot requires a C++11-compliant compiler. =g++= 4.8 or later, as well
|
||||||
as =clang++= 3.5 or later should work.
|
as =clang++= 3.5 or later should work.
|
||||||
|
|
||||||
Spot expects a complete installation of Python (version 3.2 or later).
|
Spot expects a complete installation of Python (version 3.3 or later).
|
||||||
Especially, Python's headers files should be installed. If you don't
|
Especially, Python's headers files should be installed. If you don't
|
||||||
have Python installed, and do NOT want to install it, you should run
|
have Python installed, and do NOT want to install it, you should run
|
||||||
=./configure= with the =--disable-python= option.
|
=./configure= with the =--disable-python= option.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
AC_DEFUN([adl_CHECK_PYTHON],
|
AC_DEFUN([adl_CHECK_PYTHON],
|
||||||
[AM_PATH_PYTHON([3.2])
|
[AM_PATH_PYTHON([3.3])
|
||||||
case $PYTHON in
|
case $PYTHON in
|
||||||
[[\\/$]]* | ?:[[\\/]]* );;
|
[[\\/$]]* | ?:[[\\/]]* );;
|
||||||
*) AC_MSG_ERROR([The PYTHON variable must be set to an absolute filename.]);;
|
*) AC_MSG_ERROR([The PYTHON variable must be set to an absolute filename.]);;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue