Lines Matching refs:with_build_python
3689 withval=$with_build_python;
3693 if test "x$with_build_python" = xyes
3697 if test "x$with_build_python" = xno
3702 if ! $(command -v "$with_build_python" >/dev/null 2>&1); then
3703 as_fn_error $? "invalid or missing build python binary \"$with_build_python\"" "$LINENO" 5
3705 …build_python_ver=$($with_build_python -c "import sys; print(f'{sys.version_info.major}.{sys.versio…
3707 …as_fn_error $? "\"$with_build_python\" has incompatible version $build_python_ver (expected: $PACK…
3709 ac_cv_prog_PYTHON_FOR_REGEN=$with_build_python
3710 PYTHON_FOR_FREEZE="$with_build_python"
3711 …TH=$(shell test -f pybuilddir.txt && echo $(abs_builddir)/`cat pybuilddir.txt`) '$with_build_python
3712 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_build_python" >&5
3713 printf "%s\n" "$with_build_python" >&6; }