use environment variables to override default executables used by make
python may not exist (on some of the BSDs) or may be python 3 (on archlinux). We can now choose an executable by setting the environment variables PYTHON (or calling make PYTHON=...). While I'm here, do the same for m4 and cython (environment variables M4 and CYTHON)
Showing
Please register or sign in to comment