Searched refs:with_build_python (Results 1 – 2 of 2) sorted by relevance
154 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); then158 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_python166 PYTHON_FOR_FREEZE="$with_build_python"167 …TH=$(shell test -f pybuilddir.txt && echo $(abs_builddir)/`cat pybuilddir.txt`) '$with_build_python168 AC_MSG_RESULT([$with_build_python])
3689 withval=$with_build_python;3693 if test "x$with_build_python" = xyes3697 if test "x$with_build_python" = xno3702 if ! $(command -v "$with_build_python" >/dev/null 2>&1); then3703 as_fn_error $? "invalid or missing build python binary \"$with_build_python\"" "$LINENO" 53705 …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_python3710 PYTHON_FOR_FREEZE="$with_build_python"3711 …TH=$(shell test -f pybuilddir.txt && echo $(abs_builddir)/`cat pybuilddir.txt`) '$with_build_python[all …]