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 | 197 ENSUREPIP= @ENSUREPIP@ 1243 if test "x$(ENSUREPIP)" != "xno" ; then \ 1244 case $(ENSUREPIP) in \ 1253 if test "x$(ENSUREPIP)" != "xno" ; then \ 1254 case $(ENSUREPIP) in \
|
D | configure.ac | 5617 [yes|upgrade],[ENSUREPIP=upgrade], 5618 [install],[ENSUREPIP=install], 5619 [no],[ENSUREPIP=no], 5621 AC_MSG_RESULT($ENSUREPIP) 5622 AC_SUBST(ENSUREPIP) subst
|
D | configure | 17101 ENSUREPIP=upgrade ;; #( 17103 ENSUREPIP=install ;; #( 17105 ENSUREPIP=no ;; #( 17109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ENSUREPIP" >&5 17110 $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]".
|