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

/freebsd-10.2-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.in298 $(PYTHON) -c 'import compileall; \
361 PYTHON = @PYTHON@
498 @if test "$(PYTHON)" != "none"; then \
544 $(PYTHON) $(top_srcdir)/build/run_tests.py \
572 @env PYTHON=$(PYTHON) THREADED=$(THREADED) \
693 $(PYTHON) $(top_srcdir)/build/transform_sql.py $< $(top_srcdir)/$@
785 READLINK_PY=$(PYTHON) -c 'import sys,os; print(os.path.realpath(sys.argv[1]))'
838 $(PYTHON)
[all...]
H A Dconfigure680 PYTHON
21961 PYTHON="`$abs_srcdir/build/find_python.sh`"
21962 if test -z "$PYTHON"; then
21971 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: PATH, set the environment variable PYTHON to the full path" >&5
21972 $as_echo "$as_me: WARNING: PATH, set the environment variable PYTHON to the full path" >&2;}
21976 for ac_prog in "$PYTHON"
21985 case $PYTHON in
21987 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
22008 PYTHON=$ac_cv_path_PYTHON
22009 if test -n "$PYTHON"; the
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/wind/
H A DMakefile.am92 PYTHON = python
99 $(skip_python) $(PYTHON) $(srcdir)/gen-map.py $(srcdir)/rfc3454.txt $(builddir)
102 $(skip_python) $(PYTHON) $(srcdir)/gen-errorlist.py $(srcdir)/rfc3454.txt $(builddir)
105 $(skip_python) $(PYTHON) $(srcdir)/gen-normalize.py $(srcdir)/UnicodeData.txt $(srcdir)/CompositionExclusions-3.2.0.txt $(builddir)
108 $(skip_python) $(PYTHON) $(srcdir)/gen-combining.py $(srcdir)/UnicodeData.txt $(builddir)
111 $(skip_python) $(PYTHON) $(srcdir)/gen-bidi.py $(srcdir)/rfc3454.txt $(builddir)
114 $(PYTHON) $(srcdir)/gen-punycode-examples.py $(srcdir)/rfc3492.txt $(builddir)
H A DMakefile.in506 PYTHON = python
1284 $(skip_python) $(PYTHON) $(srcdir)/gen-map.py $(srcdir)/rfc3454.txt $(builddir)
1287 $(skip_python) $(PYTHON) $(srcdir)/gen-errorlist.py $(srcdir)/rfc3454.txt $(builddir)
1290 $(skip_python) $(PYTHON) $(srcdir)/gen-normalize.py $(srcdir)/UnicodeData.txt $(srcdir)/CompositionExclusions-3.2.0.txt $(builddir)
1293 $(skip_python) $(PYTHON) $(srcdir)/gen-combining.py $(srcdir)/UnicodeData.txt $(builddir)
1296 $(skip_python) $(PYTHON) $(srcdir)/gen-bidi.py $(srcdir)/rfc3454.txt $(builddir)
1299 $(PYTHON) $(srcdir)/gen-punycode-examples.py $(srcdir)/rfc3492.txt $(builddir)
/freebsd-10.2-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.2-release/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.2-release/contrib/unbound/
H A Dconfigure683 PYTHON
15922 case $PYTHON in
15924 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
15945 PYTHON=$ac_cv_path_PYTHON
15946 if test -n "$PYTHON"; then
15947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
15948 $as_echo "$PYTHON" >&6; }
15955 if test -z "$PYTHON"; then
15961 PYTHON_VERSION=`$PYTHON -c "import sys; \
15970 ac_distutils_result=`$PYTHON
[all...]

Completed in 287 milliseconds