Searched refs:with_build_python (Results 1 – 2 of 2) sorted by relevance
152 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); then156 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_python164 PYTHON_FOR_FREEZE="$with_build_python"165 …b _PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata_$(ABIFLAGS)_$(MACHDEP)_$(MULTIARCH) '$with_build_python166 AC_MSG_RESULT([$with_build_python])
3611 withval=$with_build_python;3615 if test "x$with_build_python" = xyes3619 if test "x$with_build_python" = xno3624 if ! $(command -v "$with_build_python" >/dev/null 2>&1); then3625 as_fn_error $? "invalid or missing build python binary \"$with_build_python\"" "$LINENO" 53627 …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_python3632 PYTHON_FOR_FREEZE="$with_build_python"3633 …b _PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata_$(ABIFLAGS)_$(MACHDEP)_$(MULTIARCH) '$with_build_python[all …]