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 '='. -- Andreas Schwab, SUSE Labs, [email protected] GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."
