Lines Matching refs:PYTHON

1588   PYTHON      Path to the Python parser
7141 if test -z "$PYTHON"; then :
7151 if test -n "$PYTHON"; then
7152 ac_cv_prog_PYTHON="$PYTHON" # Let the user override the test.
7171 PYTHON=$ac_cv_prog_PYTHON
7172 if test -n "$PYTHON"; then
7173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
7174 $as_echo "$PYTHON" >&6; }
7181 test -n "$PYTHON" && break
7183 test -n "$PYTHON" || PYTHON="err"
7186 if test "$PYTHON" = "err"; then :
7189 if echo "$PYTHON" | grep -q "^/"; then :
7193 set dummy $PYTHON; ac_word=$2
7199 case $PYTHON in
7201 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
7222 PYTHON=$ac_cv_path_PYTHON
7223 if test -n "$PYTHON"; then
7224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
7225 $as_echo "$PYTHON" >&6; }
7233 PYTHONPATH=$PYTHON
7234 PYTHON=`basename $PYTHONPATH`
7237 set dummy $PYTHON; ac_word=$2
7279 as_fn_error $? "Unable to find $PYTHON, please install $PYTHON" "$LINENO" 5
7283 `$PYTHON -c 'import sys; sys.exit(eval("sys.version_info < (2, 6)"))'`
7286 python_version=`$PYTHON -V 2>&1`
7698 # Extract the first word of "$PYTHON-config", so it can be a program name with args.
7699 set dummy $PYTHON-config; ac_word=$2
7741 CPPFLAGS="$CFLAGS `$PYTHON -c 'import distutils.sysconfig; \
7743 CPPFLAGS="$CPPFLAGS `$PYTHON -c 'import distutils.sysconfig; \
7745 LDFLAGS="$LDFLAGS `$PYTHON -c 'import distutils.sysconfig; \
7748 LDFLAGS="$LDFLAGS `$PYTHON -c 'import distutils.sysconfig; \
7750 LDFLAGS="$LDFLAGS `$PYTHON -c 'import distutils.sysconfig; \
7752 LIBS="$LIBS `$PYTHON -c 'import distutils.sysconfig; \
7754 LIBS="$LIBS `$PYTHON -c 'import distutils.sysconfig; \
7759 CPPFLAGS="$CFLAGS `$PYTHON-config --cflags`"
7761 if $PYTHON-config --embed >/dev/null 2>/dev/null; then
7764 LDFLAGS="$LDFLAGS `$PYTHON-config --ldflags $python_devel_embed`"
7765 LIBS="$LIBS `$PYTHON-config --libs $python_devel_embed`"
7798 for arg in $($PYTHON-config --cflags); do