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

/freebsd-10.0-release/contrib/subversion/
H A Dautogen.sh125 PYTHON="`./build/find_python.sh`"
126 if test -z "$PYTHON"; then
129 echo "PATH, set the environment variable PYTHON to the full path"
139 "$PYTHON" ./gen-make.py build.conf || gen_failed=1
150 "$PYTHON" ./gen-make.py $RELEASE_ARGS -s build.conf || gen_failed=1
153 "$PYTHON" ./gen-make.py $RELEASE_ARGS build.conf || gen_failed=1
H A DMakefile.in283 $(PYTHON) -c 'import compileall; \
346 PYTHON = @PYTHON@
481 @if test "$(PYTHON)" != "none"; then \
527 $(PYTHON) $(top_srcdir)/build/run_tests.py \
555 @env PYTHON=$(PYTHON) THREADED=$(THREADED) \
676 $(PYTHON) $(top_srcdir)/build/transform_sql.py $< $(top_srcdir)/$@
768 READLINK_PY=$(PYTHON) -c 'import sys,os; print(os.path.realpath(sys.argv[1]))'
821 $(PYTHON)
[all...]
H A Dconfigure679 PYTHON
21901 PYTHON="`$abs_srcdir/build/find_python.sh`"
21902 if test -z "$PYTHON"; then
21911 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: PATH, set the environment variable PYTHON to the full path" >&5
21912 $as_echo "$as_me: WARNING: PATH, set the environment variable PYTHON to the full path" >&2;}
21916 for ac_prog in "$PYTHON"
21925 case $PYTHON in
21927 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
21948 PYTHON=$ac_cv_path_PYTHON
21949 if test -n "$PYTHON"; the
[all...]
/freebsd-10.0-release/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.0-release/contrib/bmake/mk/
H A Dmeta.sys.mk73 .if defined(PYTHON) && exists(${PYTHON})
H A Dgendirdeps.mk114 META2DEPS_CMD = ${_time} ${PYTHON} ${META2DEPS} ${_py_d}
/freebsd-10.0-release/contrib/ldns/
H A Dconfigure676 PYTHON
6155 case $PYTHON in
6157 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
6178 PYTHON=$ac_cv_path_PYTHON
6179 if test -n "$PYTHON"; then
6180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
6181 $as_echo "$PYTHON" >&6; }
6188 if test -z "$PYTHON"; then
6198 ac_supports_python_ver=`$PYTHON -c "import sys; \
6232 ac_supports_python_ver=`$PYTHON
[all...]
/freebsd-10.0-release/contrib/unbound/
H A Dconfigure675 PYTHON
15546 case $PYTHON in
15548 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
15569 PYTHON=$ac_cv_path_PYTHON
15570 if test -n "$PYTHON"; then
15571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
15572 $as_echo "$PYTHON" >&6; }
15579 if test -z "$PYTHON"; then
15585 PYTHON_VERSION=`$PYTHON -c "import sys, string; \
15594 ac_supports_python_ver=`$PYTHON
[all...]

Completed in 282 milliseconds