Lines Matching refs:PYTHON
312 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP LN_S AR RANLIB ac_ct_RANLIB SET_MAKE INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os _ACJNI_JAVAC USE_MINGW32 APXS_PATH PERL RUBY BUILD_WRAPPERS JAVA_PATH JAVA_INCLUDE_PATH PYTHON PYTHON_INC PYTHON_LIB PYTHON_SITE EXTRA_UTL_SRC EXTRA_UTL_OBJS CSHARP_PATH LIBOBJS LTLIBOBJS'
851 --disable-python Disables building of python module
862 --with-python=path Set location of Python Interpreter
6493 # Check whether --enable-python or --disable-python was given.
6498 echo "$as_me:$LINENO: result: Disabling python module" >&5
6499 echo "${ECHO_T}Disabling python module" >&6
6503 # Check whether --with-python or --without-python was given.
6512 echo "$as_me:$LINENO: checking for python includes" >&5
6513 echo $ECHO_N "checking for python includes... $ECHO_C" >&6
6522 python_inc=$py_inst_dir/include/python$vers
6523 python_lib="-L$py_inst_dir/lib/python$vers/config -lpython$vers"
6524 python_site=$py_inst_dir/lib/python$vers/site-packages
6528 if test -x $path/bin/python$vers; then
6529 python_bin=$path/bin/python$vers
6541 if test -f $path/include/python$vers/Python.h; then
6542 python_inc=$path/include/python$vers
6545 if test -d $path/lib/python$vers; then
6546 python_lib="-L$path/lib/python$vers/config -lpython$vers"
6547 python_site=$path/lib/python$vers/site-packages
6549 if test -d $path/lib64/python$vers; then
6550 python_lib="-L$path/lib64/python$vers/config -lpython$vers"
6551 python_site=$path/lib64/python$vers/site-packages
6554 if test -f $path/python$vers/include/Python.h; then
6555 python_inc=$path/python$vers/include
6556 python_lib="-L$path/python$vers/libs -lpython$vers"
6557 python_site=$path/python$vers/Lib/site-packages
6569 PYTHON=
6576 PYTHON=$python_bin
6582 BUILD_WRAPPERS="$BUILD_WRAPPERS python"
7820 s,@PYTHON@,$PYTHON,;t t