Searched refs:PYTHON (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/subversion/
H A Dautogen.sh162 PYTHON="`./build/find_python.sh`"
163 if test -z "$PYTHON"; then
166 echo "PATH, set the environment variable PYTHON to the full path"
176 "$PYTHON" ./gen-make.py build.conf || gen_failed=1
187 "$PYTHON" ./gen-make.py $RELEASE_ARGS -s build.conf || gen_failed=1
190 "$PYTHON" ./gen-make.py $RELEASE_ARGS build.conf || gen_failed=1
H A DMakefile.in337 $(PYTHON) -c 'import compileall; \
375 PYTHON = @PYTHON@
521 @if test "$(PYTHON)" != "none"; then \
581 $(PYTHON) $(top_srcdir)/build/run_tests.py \
609 @env PYTHON=$(PYTHON) THREADED=$(THREADED) MAKE=$(MAKE) \
752 $(PYTHON) $(top_srcdir)/build/transform_sql.py $< $(top_srcdir)/$@
844 READLINK_PY=$(PYTHON) -c 'import sys,os; print(os.path.realpath(sys.argv[1]))'
897 $(PYTHON)
[all...]
H A Dconfigure681 PYTHON
22843 PYTHON="`$abs_srcdir/build/find_python.sh`"
22844 if test -z "$PYTHON"; then
22853 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: PATH, set the environment variable PYTHON to the full path" >&5
22854 $as_echo "$as_me: WARNING: PATH, set the environment variable PYTHON to the full path" >&2;}
22858 for ac_prog in "$PYTHON"
22867 case $PYTHON in
22869 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
22890 PYTHON=$ac_cv_path_PYTHON
22891 if test -n "$PYTHON"; the
[all...]
/freebsd-10-stable/crypto/heimdal/lib/wind/
H A DNTMakefile68 $(PYTHON) $(SRCDIR)\gen-map.py $(SRCDIR)\rfc3454.txt $(OBJ)
73 $(PYTHON) $(SRCDIR)\gen-errorlist.py $(SRCDIR)\rfc3454.txt $(OBJ)
78 $(PYTHON) $(SRCDIR)\gen-normalize.py $(SRCDIR)\UnicodeData.txt $(SRCDIR)\CompositionExclusions-3.2.0.txt $(OBJ)
83 $(PYTHON) $(SRCDIR)\gen-combining.py $(SRCDIR)\UnicodeData.txt $(OBJ)
88 $(PYTHON) $(SRCDIR)\gen-bidi.py $(SRCDIR)\rfc3454.txt $(OBJ)
93 $(PYTHON) $(SRCDIR)\gen-punycode-examples.py $(SRCDIR)\rfc3492.txt $(OBJ)
/freebsd-10-stable/contrib/bmake/mk/
H A Dmeta.sys.mk71 .if defined(PYTHON) && exists(${PYTHON})
H A Dgendirdeps.mk125 META2DEPS_CMD = ${_time} ${PYTHON} ${META2DEPS} ${_py_d}
/freebsd-10-stable/contrib/ldns/
H A Dconfigure684 PYTHON
13424 case $PYTHON in
13426 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
13447 PYTHON=$ac_cv_path_PYTHON
13448 if test -n "$PYTHON"; then
13449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
13450 $as_echo "$PYTHON" >&6; }
13457 if test -z "$PYTHON"; then
13467 ac_supports_python_ver=`$PYTHON -c "import sys; \
13501 ac_supports_python_ver=`$PYTHON
[all...]
/freebsd-10-stable/contrib/unbound/
H A Dconfigure685 PYTHON
16026 case $PYTHON in
16028 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
16049 PYTHON=$ac_cv_path_PYTHON
16050 if test -n "$PYTHON"; then
16051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
16052 $as_echo "$PYTHON" >&6; }
16059 if test -z "$PYTHON"; then
16065 PYTHON_VERSION=`$PYTHON -c "import sys; \
16074 ac_distutils_result=`$PYTHON
[all...]

Completed in 213 milliseconds