Home | History | Annotate | Download | only in llvm

Lines Matching refs:python

774 PYTHON
1483 --with-python path to python
11727 # Check whether --with-python was given.
11729 withval=$with_python; PYTHON="$withval"
11733 if test -n "$PYTHON" && test -x "$PYTHON" ; then
11734 { echo "$as_me:$LINENO: checking for python" >&5
11735 echo $ECHO_N "checking for python... $ECHO_C" >&6; }
11739 if test -n "$PYTHON" ; then
11740 { echo "$as_me:$LINENO: WARNING: specified python ($PYTHON) is not usable, searching path" >&5
11741 echo "$as_me: WARNING: specified python ($PYTHON) is not usable, searching path" >&2;}
11744 # Extract the first word of "python python2 python26", so it can be a program name with args.
11745 set dummy python python2 python26; ac_word=$2
11751 case $PYTHON in
11753 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
11773 { { echo "$as_me:$LINENO: error: could not find python 2.5 or higher" >&5
11774 echo "$as_me: error: could not find python 2.5 or higher" >&2;}
11779 PYTHON=$ac_cv_path_PYTHON
11780 if test -n "$PYTHON"; then
11781 { echo "$as_me:$LINENO: result: $PYTHON" >&5
11782 echo "${ECHO_T}$PYTHON" >&6; }
11791 { echo "$as_me:$LINENO: checking for python >= 2.5" >&5
11792 echo $ECHO_N "checking for python >= 2.5... $ECHO_C" >&6; }
11793 ac_python_version=`$PYTHON -c 'import sys; print sys.version.split()[0]'`
11799 { echo "$as_me:$LINENO: result: $PYTHON ($ac_python_version)" >&5
11800 echo "${ECHO_T}$PYTHON ($ac_python_version)" >&6; }
11804 { { echo "$as_me:$LINENO: error: found python $ac_python_version ($PYTHON); required >= 2.5
11806 echo "$as_me: error: found python $ac_python_version ($PYTHON); required >= 2.5
23289 PYTHON!$PYTHON$ac_delim