varnish-cache icon indicating copy to clipboard operation
varnish-cache copied to clipboard

build: Simplify python discovery at configure time

Open dridi opened this issue 2 years ago • 1 comments

If the desired python command is newer than the ones known by aclocal, we can use the PYTHON variable to select it:

./configure PYTHON=python3.11

This already worked before this change, but now we stop chasing python releases to get them automatically tested.

Refs #3982


Keeping as a draft for the moment, considering to hold it until we know the next major version (7.5.0 or 8.0.0) to make sure we don't forget to update the serial.

dridi avatar Sep 26 '23 12:09 dridi

❤️

catap avatar Sep 26 '23 13:09 catap