Home
last modified time | relevance | path

Searched refs:with_build_python (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/
Dconfigure.ac154 AS_VAR_IF([with_build_python], [yes], [with_build_python=python$PACKAGE_VERSION])
155 …AS_VAR_IF([with_build_python], [no], [AC_MSG_ERROR([invalid --with-build-python option: expected p…
157 if ! $(command -v "$with_build_python" >/dev/null 2>&1); then
158 AC_MSG_ERROR([invalid or missing build python binary "$with_build_python"])
160 …build_python_ver=$($with_build_python -c "import sys; print(f'{sys.version_info.major}.{sys.versio…
162 …AC_MSG_ERROR(["$with_build_python" has incompatible version $build_python_ver (expected: $PACKAGE_…
165 ac_cv_prog_PYTHON_FOR_REGEN=$with_build_python
166 PYTHON_FOR_FREEZE="$with_build_python"
167 …TH=$(shell test -f pybuilddir.txt && echo $(abs_builddir)/`cat pybuilddir.txt`) '$with_build_python
168 AC_MSG_RESULT([$with_build_python])
Dconfigure3689 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
[all …]