aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2023-10-29 14:59:16 +1300
committerChris Packham <judge.packham@gmail.com>2023-11-02 20:48:53 +1300
commit4cbd409508c04855070869017fe3e49c0242c6c9 (patch)
treef2800716de5b96abf6c6a8c66f8815d58dd2a682 /scripts
parent59cc1a172ac05f407f36a1c5672a05bff2a14b2d (diff)
downloadcrosstool-ng-4cbd409508c04855070869017fe3e49c0242c6c9.tar.gz
crosstool-ng-4cbd409508c04855070869017fe3e49c0242c6c9.tar.bz2
crosstool-ng-4cbd409508c04855070869017fe3e49c0242c6c9.zip
m4/ctng_python.m4: Use AC_PATH_PROGS for full path
We use the information from various configure time checks to populate paths.sh. The paths used are all absolute except for the python binary. In the switch to a more comprehensive check for python by commit fa05153e ("Make checking for python more predictable.") we ended up using AC_CHECK_PROGS which checks for the program on the path and sets the variable to the name of the program. This makes python inconsistent with the other programs and seems to cause problems for MSYS2. Use AC_PATH_PROGS instead which does the same check but sets the variable to the absolute name of the program Fixes #2047 Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions