crosstool-ng/m4
Chris Packham 4cbd409508 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>
2023-11-02 20:48:53 +13:00
..
ax_build_date_epoch.m4 Use autoconfig-archve/automake tests 2018-04-07 12:02:33 -07:00
ax_cxx_compile_stdcxx.m4 Update copied m4 files and README 2022-10-27 21:28:42 +13:00
ax_prog_bison.m4 Switch AC_PROG_YACC to AX_PROG_BISON 2022-10-27 21:28:42 +13:00
ax_require_defined.m4 Split local helper macros into separate m4's 2018-04-07 12:02:33 -07:00
ax_with_curses_extra.m4 Fix --with-ncurses not working on Arch Linux 2022-11-21 22:53:28 +03:00
ax_with_curses.m4 Use autoconfig-archve/automake tests 2018-04-07 12:02:33 -07:00
ctng_cpu_count.m4 Fix install --strip-program check after merge 2018-04-07 12:03:17 -07:00
ctng_log.m4 Add checking for *sum and unzip 2018-04-29 12:06:54 -07:00
ctng_prog_install.m4 Fix install --strip-program check after merge 2018-04-07 12:03:17 -07:00
ctng_prog.m4 Add checking for *sum and unzip 2018-04-29 12:06:54 -07:00
ctng_python_version.m4 Make checking for python more predictable. 2023-03-16 16:54:05 +13:00
ctng_python.m4 m4/ctng_python.m4: Use AC_PATH_PROGS for full path 2023-11-02 20:48:53 +13:00
ctng_set_kconfig_option.m4 CentOS6 cannot use newer GDB releases 2019-03-05 00:48:31 -08:00
ctng_version_check.m4 Fix build of glibc 2.29 on systems with obsolete host programs 2019-03-02 15:45:37 -08:00
ctng_with_deprecated.m4 Split local helper macros into separate m4's 2018-04-07 12:02:33 -07:00
gettext.m4 Update copied m4 files and README 2022-10-27 21:28:42 +13:00
iconv.m4 Update copied m4 files and README 2022-10-27 21:28:42 +13:00
intlmacosx.m4 Update copied m4 files and README 2022-10-27 21:28:42 +13:00
lib-ld.m4 Update copied m4 files and README 2022-10-27 21:28:42 +13:00
lib-link.m4 Update copied m4 files and README 2022-10-27 21:28:42 +13:00
lib-prefix.m4 Update copied m4 files and README 2022-10-27 21:28:42 +13:00
nls.m4 Update copied m4 files and README 2022-10-27 21:28:42 +13:00
pkg.m4 Update copied m4 files and README 2022-10-27 21:28:42 +13:00
po.m4 Use autoconfig-archve/automake tests 2018-04-07 12:02:33 -07:00
progtest.m4 Update copied m4 files and README 2022-10-27 21:28:42 +13:00
README Update copied m4 files and README 2022-10-27 21:28:42 +13:00

These autoconf helper macros come from various sources:

- ax_*.m4: autoconf-archive, version 2022.09.03 (copied)
- pkg.m4: pkgconf, version 1.8.0 (run configure, then copy)
- gettext.m4, iconv.m4, intlmacosx.m4, nls.m4: gettext 0.21.9
- ctng_*.m4: obviously, implemented anew
- po.m4: a local dummy stub for gettext's version