Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-03-14 | build: Tune M4 macros for our needs. | Justus Winter | 1 | -2/+5 | |
* m4/ax_python_devel.m4: Do not emit 'HAVE_PYTHON'. * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add newer Python versions, drop older ones. Also, sort the list with older versions at the front, newer and generic versions towards the end. This makes the algorithm pick the lowest version that meets the version requirement. Signed-off-by: Justus Winter <[email protected]> | |||||
2016-06-01 | python: Make Python detection more robust. | Justus Winter | 1 | -2/+1 | |
Previously, missing Python development packages made configure fail instead of merely disabling the bindings. * configure.ac: Check for 'PYTHON_VERSION'. * m4/ax_python_devel.m4: Make test non-fatal. Signed-off-by: Justus Winter <[email protected]> | |||||
2016-05-17 | build: Add python autoconf macro. | Justus Winter | 1 | -0/+324 | |
* m4/ax_python_devel.m4: New file. Signed-off-by: Justus Winter <[email protected]> |