diff options
author | Emil Velikov <[email protected]> | 2018-08-16 13:40:21 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-08-23 11:55:55 +0100 |
commit | df2042d99ac54f8639f123c8586d9cadcfbb5521 (patch) | |
tree | 88dcaa50159fb8a051c1fa257280c99a3b3e6af2 /docs | |
parent | c7c0b391ef43254f34723e8741370d8ae7048078 (diff) |
configure: enforce python 2.7 with AM_PATH_PYTHON
Currently we use AC_CHECK_PROGS looking for python2.7, python2 and
finally python. That is due to the varying names used across the
different OS.
Use the handy AM_PATH_PYTHON which finds the correct name and checks for
the version.
Note: python2.7 has been an unofficial requirement for quite some time.
Update the docs to reflect that.
Cc: Dylan Baker <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.html b/docs/install.html index 08081944cfc..f6094671cf9 100644 --- a/docs/install.html +++ b/docs/install.html @@ -72,7 +72,7 @@ you think you've spotted a bug let developers know by filing a <ul> <li><a href="https://www.python.org/">Python</a> - Python is required. -Version 2.6.4 or later should work. +Version 2.7 or later should work. </li> <li><a href="http://www.makotemplates.org/">Python Mako module</a> - Python Mako module is required. Version 0.3.4 or later should work. |