mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 17:39:28 +02:00
When running preproc.py, use the python3 that the configure script found instead of assuming (via preproc.py's #! line) that it is called "python3" and is located in PATH. This allows the user to specify a different python3 by running e.g.: ./configure ac_cv_path_PYTHON3=/path/to/python3