]> git.ipfire.org Git - thirdparty/glibc.git/commit
Add configure check for python program
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 22 Dec 2016 17:37:52 +0000 (23:07 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 22 Dec 2016 17:37:52 +0000 (23:07 +0530)
commit8ce8299f9458c7fee8554ecd4b97cc5eddba4e4c
tree20532b2c52c1cfd50168be19d396acf12ee89a23
parenta5ac5676be7b987edfbf800f577dab487fd85e5f
Add configure check for python program

Add a configure check that looks for python3 and python in that order
since we had agreed in the past to prefer python3 over python in all
our code.  The patch also adjusts invocations through the various
Makefiles to use the set variable.

* configure.ac: Check for python3 or python.
* configure: Regenerated.
* config.make.in (PYTHON): New variable.
* benchtests/Makefile: Don't define PYTHON.
(bench): Define target only if PYTHON was defined.
* Rules: Don't define PYTHON.
Define pretty printer targets only if PYTHON was defined.
(tests-printers): Add to tests-unsupported if PYTHON is not
found.
(python-flags, python-invoke): Remove.
(tests-printers-out): Use PYTHON instead of python-invoke.
ChangeLog
Rules
benchtests/Makefile
config.make.in
configure
configure.ac