On Mon, 24 Aug 2026, Andreas Schwab 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 '='.
Hmm, it's interesting where the bug came from given that the upstream version this has been clearly copied from has got it right, ever since adding this code back in 2009. Weird. Maciej
