Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/
Dconfigure.ac152 AS_VAR_IF([with_build_python], [yes], [with_build_python=python$PACKAGE_VERSION])
153 …AS_VAR_IF([with_build_python], [no], [AC_MSG_ERROR([invalid --with-build-python option: expected p…
155 if ! $(command -v "$with_build_python" >/dev/null 2>&1); then
156 AC_MSG_ERROR([invalid or missing build python binary "$with_build_python"])
158 …build_python_ver=$($with_build_python -c "import sys; print(f'{sys.version_info.major}.{sys.versio…
160 …AC_MSG_ERROR(["$with_build_python" has incompatible version $build_python_ver (expected: $PACKAGE_…
163 ac_cv_prog_PYTHON_FOR_REGEN=$with_build_python
164 PYTHON_FOR_FREEZE="$with_build_python"
165 …b _PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata_$(ABIFLAGS)_$(MACHDEP)_$(MULTIARCH) '$with_build_python
166 AC_MSG_RESULT([$with_build_python])
Dconfigure3611 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
[all …]