summaryrefslogtreecommitdiff
path: root/m4/ax_python.m4
AgeCommit message (Collapse)Author
2020-07-09build: find all future minor versions of python3Michal Ruprich
This way we can find every python from 3.8 further Signed-off-by: Michal Ruprich <michalruprich@gmail.com>
2020-04-27build: move python 2.x to the very last preferenceDavid Lamparter
Also try explicit 3.9 & 3.10. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2020-03-11build: Add Python 3.8Ruben Kerkhof
Fixes detection of python on OpenBSD Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
2020-01-17build: fix shell == mis-useDavid Lamparter
The "test" program uses =, not ==. A lot of shells accept == as an extension, but not all do and it's technically out of spec. Signed-off-by: David Lamparter <equinox@diac24.net>
2019-08-14build: add check for python-3.8Michal Ruprich
In python-3.8, the --embed needs to be added to pythonX.Y-config Signed-off-by: Michal Ruprich <michalruprich@gmail.com>
2019-06-04build: refactor & revamp python autoconf logicDavid Lamparter
Signed-off-by: David Lamparter <equinox@diac24.net>