Lines Matching refs:with_build_python
3611 withval=$with_build_python;
3615 if test "x$with_build_python" = xyes
3619 if test "x$with_build_python" = xno
3624 if ! $(command -v "$with_build_python" >/dev/null 2>&1); then
3625 as_fn_error $? "invalid or missing build python binary \"$with_build_python\"" "$LINENO" 5
3627 …build_python_ver=$($with_build_python -c "import sys; print(f'{sys.version_info.major}.{sys.versio…
3629 …as_fn_error $? "\"$with_build_python\" has incompatible version $build_python_ver (expected: $PACK…
3631 ac_cv_prog_PYTHON_FOR_REGEN=$with_build_python
3632 PYTHON_FOR_FREEZE="$with_build_python"
3633 …b _PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata_$(ABIFLAGS)_$(MACHDEP)_$(MULTIARCH) '$with_build_python
3634 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_build_python" >&5
3635 printf "%s\n" "$with_build_python" >&6; }