Home | History | Annotate | Download | only in llvm

Lines Matching refs:python

772 PYTHON
1473 --with-python path to python
12286 # Check whether --with-python was given.
12288 withval=$with_python; PYTHON="$withval"
12292 if test -n "$PYTHON" && test -x "$PYTHON" ; then
12293 { echo "$as_me:$LINENO: checking for python" >&5
12294 echo $ECHO_N "checking for python... $ECHO_C" >&6; }
12298 if test -n "$PYTHON" ; then
12299 { echo "$as_me:$LINENO: WARNING: specified python ($PYTHON) is not usable, searching path" >&5
12300 echo "$as_me: WARNING: specified python ($PYTHON) is not usable, searching path" >&2;}
12303 # Extract the first word of "python python2 python26", so it can be a program name with args.
12304 set dummy python python2 python26; ac_word=$2
12310 case $PYTHON in
12312 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
12332 { { echo "$as_me:$LINENO: error: could not find python 2.5 or higher" >&5
12333 echo "$as_me: error: could not find python 2.5 or higher" >&2;}
12338 PYTHON=$ac_cv_path_PYTHON
12339 if test -n "$PYTHON"; then
12340 { echo "$as_me:$LINENO: result: $PYTHON" >&5
12341 echo "${ECHO_T}$PYTHON" >&6; }
12350 { echo "$as_me:$LINENO: checking for python >= 2.5" >&5
12351 echo $ECHO_N "checking for python >= 2.5... $ECHO_C" >&6; }
12352 ac_python_version=`$PYTHON -c 'import sys; print sys.version.split()[0]'`
12358 { echo "$as_me:$LINENO: result: $PYTHON ($ac_python_version)" >&5
12359 echo "${ECHO_T}$PYTHON ($ac_python_version)" >&6; }
12363 { { echo "$as_me:$LINENO: error: found python $ac_python_version ($PYTHON); required >= 2.5
12365 echo "$as_me: error: found python $ac_python_version ($PYTHON); required >= 2.5
22588 PYTHON!$PYTHON$ac_delim