Lines Matching refs:PYTHON
630 PYTHON
714 PYTHON'
1351 PYTHON the Python interpreter
2579 if test -n "$PYTHON"; then
2580 # If the user set $PYTHON, use it and don't search something else.
2581 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version is >= 2.5" >&5
2582 printf %s "checking whether $PYTHON version is >= 2.5... " >&6; }
2592 if { echo "$as_me:$LINENO: $PYTHON -c "$prog"" >&5
2593 ($PYTHON -c "$prog") >&5 2>&5
2605 am_display_PYTHON=$PYTHON
2639 # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
2641 PYTHON=:
2651 case $PYTHON in
2653 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
2678 PYTHON=$ac_cv_path_PYTHON
2679 if test -n "$PYTHON"; then
2680 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
2681 printf "%s\n" "$PYTHON" >&6; }
2693 if test "$PYTHON" = :; then
2703 am_cv_python_version=`$PYTHON -c "import sys; print ('%u.%u' % sys.version_info[:2])"`
2716 am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`
2762 am_cv_python_prefix=`$PYTHON -c "import sys; sys.stdout.write(sys.prefix)"`
2831 am_cv_python_exec_prefix=`$PYTHON -c "import sys; sys.stdout.write(sys.exec_prefix)"`
2891 am_cv_python_pythondir=`$PYTHON -c "
2934 am_cv_python_pyexecdir=`$PYTHON -c "