Searched refs:ENSUREPIP (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Mac/ |
D | Makefile.in | 8 ENSUREPIP=@ENSUREPIP@
|
/external/python/cpython2/Mac/ |
D | Makefile.in | 6 ENSUREPIP=@ENSUREPIP@
|
/external/python/cpython2/ |
D | Makefile.pre.in | 152 ENSUREPIP= @ENSUREPIP@ 920 if test "x$(ENSUREPIP)" != "xno" ; then \ 921 case $(ENSUREPIP) in \ 931 if test "x$(ENSUREPIP)" != "xno" ; then \ 932 case $(ENSUREPIP) in \
|
D | configure.ac | 4931 [yes|upgrade],[ENSUREPIP=upgrade], 4932 [install],[ENSUREPIP=install], 4933 [no],[ENSUREPIP=no], 4935 AC_MSG_RESULT($ENSUREPIP) 4936 AC_SUBST(ENSUREPIP) subst
|
D | configure | 15438 ENSUREPIP=upgrade ;; #( 15440 ENSUREPIP=install ;; #( 15442 ENSUREPIP=no ;; #( 15446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ENSUREPIP" >&5 15447 $as_echo "$ENSUREPIP" >&6; }
|
/external/python/cpython3/ |
D | Makefile.pre.in | 191 ENSUREPIP= @ENSUREPIP@ 1118 if test "x$(ENSUREPIP)" != "xno" ; then \ 1119 case $(ENSUREPIP) in \ 1128 if test "x$(ENSUREPIP)" != "xno" ; then \ 1129 case $(ENSUREPIP) in \
|
D | configure.ac | 5534 [yes|upgrade],[ENSUREPIP=upgrade], 5535 [install],[ENSUREPIP=install], 5536 [no],[ENSUREPIP=no], 5538 AC_MSG_RESULT($ENSUREPIP) 5539 AC_SUBST(ENSUREPIP) subst
|
D | configure | 16961 ENSUREPIP=upgrade ;; #( 16963 ENSUREPIP=install ;; #( 16965 ENSUREPIP=no ;; #( 16969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ENSUREPIP" >&5 16970 $as_echo "$ENSUREPIP" >&6; }
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.9rc1.rst | 1095 ENSUREPIP=[upgrade|install|no]".
|
/external/python/cpython3/Misc/ |
D | HISTORY | 3653 can also be set with "make [alt]install ENSUREPIP=[upgrade|install|no]".
|