Build: allow configuring specific python intepreter version
This determines the shebang used in Pacemaker's executable python scripts.
The default behavior is to use the path found by AM_PATH_PYTHON.
If the caller passes PYTHON=<path> to configure, that will be used instead.
The spec file provides a global to do this conveniently.