Searched refs:with_python (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/unix/
H A Dconfigure1349 if test "${with_python+set}" = set; then
1350 withval="$with_python"
1351 with_python=${withval}
1353 with_python=no
1358 case "$with_python" in
1367 PY_INCLUDE_DIR="`echo $with_python | sed -e 's/,.*$//'`"
1368 PY_LIB_DIR="`echo $with_python | sed -e 's/^.*,//'`"
1371 PY_INCLUDE_DIR="$with_python/include/python2.5"
1372 PY_LIB_DIR="$with_python/lib/python2.5/site-packages"
1376 if test x"$with_python"
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dconfigure1000 with_python
11408 if test "${with_python+set}" = set; then :
11409 withval=$with_python;
11633 if test "$with_python" = ""
11635 with_python=no
13289 if test "$with_python" != "no" ; then
13290 if test -x "$with_python/bin/python"
13292 echo Found python in $with_python/bin/python
13293 PYTHON="$with_python/bin/python"
13295 if test -x "$with_python"
[all...]

Completed in 127 milliseconds