Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: Make Python detection more robust. | Justus Winter | 2016-06-01 | 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]> | ||||
* | build: Add python autoconf macro. | Justus Winter | 2016-05-17 | 1 | -0/+324 |
* m4/ax_python_devel.m4: New file. Signed-off-by: Justus Winter <[email protected]> |