Lines Matching refs:with_python
956 with_python
27975 if test "${with_python+set}" = set; then :
27976 withval=$with_python;
27978 with_python=auto
27983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_python" >&5
27984 $as_echo "$with_python" >&6; }
27986 if test "${with_python}" = no; then
27991 case "${with_python}" in
27993 if test -d "${with_python}"; then
27994 # Assume the python binary is ${with_python}/bin/python.
27995 python_prog="${with_python}/bin/python"
27997 # If python does not exit ${with_python}/bin, then try in
27998 # ${with_python}. On Windows/MinGW, this is where the Python
28001 python_prog="${with_python}/python"
28007 python_prefix=${with_python}
28009 elif test -x "${with_python}"; then
28013 python_prog=${with_python}
28027 case "${with_python}" in
28092 python_prog="${with_python}"
28148 if test "${with_python}" != auto; then
28155 if test "${with_python}" != auto; then
28162 if test "${with_python}" != auto; then
28226 case "${with_python}" in
28235 as_fn_error $? "no usable python found at ${with_python}" "$LINENO" 5