Andreas Schwab <[email protected]> writes: > On Aug 24 2026, Gaius Mulley wrote: > >> +AC_PYTHON_INTERPRETER([>= '3.0']) > > That's not a valid argument for AC_PYTHON_INTERPRETER. It expands to > this: > > + if test -n >= '3.0'; then > > which creates an empty file '='.
Many thanks for spotting this, now patched: https://gcc.gnu.org/pipermail/gcc-patches/2026-August/729160.html
