Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1203)

Side by Side Diff: configure

Issue 14105: [issue4258] Use 30-bit digits instead of 15-bit digits for Python integers. (Closed) Base URL: http://svn.python.org/view/*checkout*/python/branches/py3k/
Patch Set: Remove optimizations; enable big digits by default only on 64-bit Created 15 years, 1 month ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Python/sysmodule.c ('k') | configure.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #! /bin/sh 1 #! /bin/sh
2 # From configure.in Revision: 68924 . 2 # From configure.in Revision: 68924 .
3 # Guess values for system-dependent variables and create Makefiles. 3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.61 for python 3.1. 4 # Generated by GNU Autoconf 2.61 for python 3.1.
5 # 5 #
6 # Report bugs to <http://www.python.org/python-bugs>. 6 # Report bugs to <http://www.python.org/python-bugs>.
7 # 7 #
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 9 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
10 # This configure script is free software; the Free Software Foundation 10 # This configure script is free software; the Free Software Foundation
(...skipping 1302 matching lines...) Expand 10 before | Expand all | Expand 10 after
1313 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1313 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1314 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1314 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1315 --enable-universalsdk[=SDKDIR] 1315 --enable-universalsdk[=SDKDIR]
1316 Build against Mac OS X 10.4u SDK (ppc/i386) 1316 Build against Mac OS X 10.4u SDK (ppc/i386)
1317 --enable-framework[=INSTALLDIR] 1317 --enable-framework[=INSTALLDIR]
1318 Build (MacOSX|Darwin) framework 1318 Build (MacOSX|Darwin) framework
1319 --enable-shared disable/enable building shared python library 1319 --enable-shared disable/enable building shared python library
1320 --enable-profiling enable C-level code profiling 1320 --enable-profiling enable C-level code profiling
1321 --enable-ipv6 Enable ipv6 (with ipv4) support 1321 --enable-ipv6 Enable ipv6 (with ipv4) support
1322 --disable-ipv6 Disable ipv6 support 1322 --disable-ipv6 Disable ipv6 support
1323 --enable-big-digits[=BITS]
1324 use big digits for Python longs [BITS=30]
1323 1325
1324 Optional Packages: 1326 Optional Packages:
1325 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1327 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1326 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1328 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1327 --with-universal-archs=ARCH 1329 --with-universal-archs=ARCH
1328 select architectures for universal build ("32-bit", 1330 select architectures for universal build ("32-bit",
1329 "64-bit" or "all") 1331 "64-bit" or "all")
1330 --with-framework-name=FRAMEWORK 1332 --with-framework-name=FRAMEWORK
1331 specify an alternate name of the framework built 1333 specify an alternate name of the framework built
1332 with --enable-framework 1334 with --enable-framework
(...skipping 5625 matching lines...) Expand 10 before | Expand all | Expand 10 after
6958 #define uid_t int 6960 #define uid_t int
6959 _ACEOF 6961 _ACEOF
6960 6962
6961 6963
6962 cat >>confdefs.h <<\_ACEOF 6964 cat >>confdefs.h <<\_ACEOF
6963 #define gid_t int 6965 #define gid_t int
6964 _ACEOF 6966 _ACEOF
6965 6967
6966 fi 6968 fi
6967 6969
6970
6971 { echo "$as_me:$LINENO: checking for uint32_t" >&5
6972 echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6; }
6973 if test "${ac_cv_c_uint32_t+set}" = set; then
6974 echo $ECHO_N "(cached) $ECHO_C" >&6
6975 else
6976 ac_cv_c_uint32_t=no
6977 for ac_type in 'uint32_t' 'unsigned int' 'unsigned long int' \
6978 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
6979 cat >conftest.$ac_ext <<_ACEOF
6980 /* confdefs.h. */
6981 _ACEOF
6982 cat confdefs.h >>conftest.$ac_ext
6983 cat >>conftest.$ac_ext <<_ACEOF
6984 /* end confdefs.h. */
6985 $ac_includes_default
6986 int
6987 main ()
6988 {
6989 static int test_array [1 - 2 * !(($ac_type) -1 >> (32 - 1) == 1)];
6990 test_array [0] = 0
6991
6992 ;
6993 return 0;
6994 }
6995 _ACEOF
6996 rm -f conftest.$ac_objext
6997 if { (ac_try="$ac_compile"
6998 case "(($ac_try" in
6999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7000 *) ac_try_echo=$ac_try;;
7001 esac
7002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7003 (eval "$ac_compile") 2>conftest.er1
7004 ac_status=$?
7005 grep -v '^ *+' conftest.er1 >conftest.err
7006 rm -f conftest.er1
7007 cat conftest.err >&5
7008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7009 (exit $ac_status); } && {
7010 test -z "$ac_c_werror_flag" ||
7011 test ! -s conftest.err
7012 } && test -s conftest.$ac_objext; then
7013 case $ac_type in
7014 uint32_t) ac_cv_c_uint32_t=yes ;;
7015 *) ac_cv_c_uint32_t=$ac_type ;;
7016 esac
7017
7018 else
7019 echo "$as_me: failed program was:" >&5
7020 sed 's/^/| /' conftest.$ac_ext >&5
7021
7022
7023 fi
7024
7025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7026 test "$ac_cv_c_uint32_t" != no && break
7027 done
7028 fi
7029 { echo "$as_me:$LINENO: result: $ac_cv_c_uint32_t" >&5
7030 echo "${ECHO_T}$ac_cv_c_uint32_t" >&6; }
7031 case $ac_cv_c_uint32_t in #(
7032 no|yes) ;; #(
7033 *)
7034
7035 cat >>confdefs.h <<\_ACEOF
7036 #define _UINT32_T 1
7037 _ACEOF
7038
7039
7040 cat >>confdefs.h <<_ACEOF
7041 #define uint32_t $ac_cv_c_uint32_t
7042 _ACEOF
7043 ;;
7044 esac
7045
7046
7047 { echo "$as_me:$LINENO: checking for uint64_t" >&5
7048 echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6; }
7049 if test "${ac_cv_c_uint64_t+set}" = set; then
7050 echo $ECHO_N "(cached) $ECHO_C" >&6
7051 else
7052 ac_cv_c_uint64_t=no
7053 for ac_type in 'uint64_t' 'unsigned int' 'unsigned long int' \
7054 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
7055 cat >conftest.$ac_ext <<_ACEOF
7056 /* confdefs.h. */
7057 _ACEOF
7058 cat confdefs.h >>conftest.$ac_ext
7059 cat >>conftest.$ac_ext <<_ACEOF
7060 /* end confdefs.h. */
7061 $ac_includes_default
7062 int
7063 main ()
7064 {
7065 static int test_array [1 - 2 * !(($ac_type) -1 >> (64 - 1) == 1)];
7066 test_array [0] = 0
7067
7068 ;
7069 return 0;
7070 }
7071 _ACEOF
7072 rm -f conftest.$ac_objext
7073 if { (ac_try="$ac_compile"
7074 case "(($ac_try" in
7075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7076 *) ac_try_echo=$ac_try;;
7077 esac
7078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7079 (eval "$ac_compile") 2>conftest.er1
7080 ac_status=$?
7081 grep -v '^ *+' conftest.er1 >conftest.err
7082 rm -f conftest.er1
7083 cat conftest.err >&5
7084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7085 (exit $ac_status); } && {
7086 test -z "$ac_c_werror_flag" ||
7087 test ! -s conftest.err
7088 } && test -s conftest.$ac_objext; then
7089 case $ac_type in
7090 uint64_t) ac_cv_c_uint64_t=yes ;;
7091 *) ac_cv_c_uint64_t=$ac_type ;;
7092 esac
7093
7094 else
7095 echo "$as_me: failed program was:" >&5
7096 sed 's/^/| /' conftest.$ac_ext >&5
7097
7098
7099 fi
7100
7101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7102 test "$ac_cv_c_uint64_t" != no && break
7103 done
7104 fi
7105 { echo "$as_me:$LINENO: result: $ac_cv_c_uint64_t" >&5
7106 echo "${ECHO_T}$ac_cv_c_uint64_t" >&6; }
7107 case $ac_cv_c_uint64_t in #(
7108 no|yes) ;; #(
7109 *)
7110
7111 cat >>confdefs.h <<\_ACEOF
7112 #define _UINT64_T 1
7113 _ACEOF
7114
7115
7116 cat >>confdefs.h <<_ACEOF
7117 #define uint64_t $ac_cv_c_uint64_t
7118 _ACEOF
7119 ;;
7120 esac
7121
7122
7123 { echo "$as_me:$LINENO: checking for int32_t" >&5
7124 echo $ECHO_N "checking for int32_t... $ECHO_C" >&6; }
7125 if test "${ac_cv_c_int32_t+set}" = set; then
7126 echo $ECHO_N "(cached) $ECHO_C" >&6
7127 else
7128 ac_cv_c_int32_t=no
7129 for ac_type in 'int32_t' 'int' 'long int' \
7130 'long long int' 'short int' 'signed char'; do
7131 cat >conftest.$ac_ext <<_ACEOF
7132 /* confdefs.h. */
7133 _ACEOF
7134 cat confdefs.h >>conftest.$ac_ext
7135 cat >>conftest.$ac_ext <<_ACEOF
7136 /* end confdefs.h. */
7137 $ac_includes_default
7138 int
7139 main ()
7140 {
7141 static int test_array [1 - 2 * !(0 < ($ac_type) (((($ac_type) 1 << (32 - 2)) - 1 ) * 2 + 1))];
7142 test_array [0] = 0
7143
7144 ;
7145 return 0;
7146 }
7147 _ACEOF
7148 rm -f conftest.$ac_objext
7149 if { (ac_try="$ac_compile"
7150 case "(($ac_try" in
7151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7152 *) ac_try_echo=$ac_try;;
7153 esac
7154 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7155 (eval "$ac_compile") 2>conftest.er1
7156 ac_status=$?
7157 grep -v '^ *+' conftest.er1 >conftest.err
7158 rm -f conftest.er1
7159 cat conftest.err >&5
7160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7161 (exit $ac_status); } && {
7162 test -z "$ac_c_werror_flag" ||
7163 test ! -s conftest.err
7164 } && test -s conftest.$ac_objext; then
7165 cat >conftest.$ac_ext <<_ACEOF
7166 /* confdefs.h. */
7167 _ACEOF
7168 cat confdefs.h >>conftest.$ac_ext
7169 cat >>conftest.$ac_ext <<_ACEOF
7170 /* end confdefs.h. */
7171 $ac_includes_default
7172 int
7173 main ()
7174 {
7175 static int test_array [1 - 2 * !(($ac_type) (((($ac_type) 1 << (32 - 2)) - 1) * 2 + 1)
7176 < ($ac_type) (((($ac_type) 1 << (32 - 2)) - 1) * 2 + 2))];
7177 test_array [0] = 0
7178
7179 ;
7180 return 0;
7181 }
7182 _ACEOF
7183 rm -f conftest.$ac_objext
7184 if { (ac_try="$ac_compile"
7185 case "(($ac_try" in
7186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7187 *) ac_try_echo=$ac_try;;
7188 esac
7189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7190 (eval "$ac_compile") 2>conftest.er1
7191 ac_status=$?
7192 grep -v '^ *+' conftest.er1 >conftest.err
7193 rm -f conftest.er1
7194 cat conftest.err >&5
7195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7196 (exit $ac_status); } && {
7197 test -z "$ac_c_werror_flag" ||
7198 test ! -s conftest.err
7199 } && test -s conftest.$ac_objext; then
7200 :
7201 else
7202 echo "$as_me: failed program was:" >&5
7203 sed 's/^/| /' conftest.$ac_ext >&5
7204
7205 case $ac_type in
7206 int32_t) ac_cv_c_int32_t=yes ;;
7207 *) ac_cv_c_int32_t=$ac_type ;;
7208 esac
7209
7210 fi
7211
7212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7213 else
7214 echo "$as_me: failed program was:" >&5
7215 sed 's/^/| /' conftest.$ac_ext >&5
7216
7217
7218 fi
7219
7220 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7221 test "$ac_cv_c_int32_t" != no && break
7222 done
7223 fi
7224 { echo "$as_me:$LINENO: result: $ac_cv_c_int32_t" >&5
7225 echo "${ECHO_T}$ac_cv_c_int32_t" >&6; }
7226 case $ac_cv_c_int32_t in #(
7227 no|yes) ;; #(
7228 *)
7229
7230 cat >>confdefs.h <<_ACEOF
7231 #define int32_t $ac_cv_c_int32_t
7232 _ACEOF
7233 ;;
7234 esac
7235
7236
7237 { echo "$as_me:$LINENO: checking for int64_t" >&5
7238 echo $ECHO_N "checking for int64_t... $ECHO_C" >&6; }
7239 if test "${ac_cv_c_int64_t+set}" = set; then
7240 echo $ECHO_N "(cached) $ECHO_C" >&6
7241 else
7242 ac_cv_c_int64_t=no
7243 for ac_type in 'int64_t' 'int' 'long int' \
7244 'long long int' 'short int' 'signed char'; do
7245 cat >conftest.$ac_ext <<_ACEOF
7246 /* confdefs.h. */
7247 _ACEOF
7248 cat confdefs.h >>conftest.$ac_ext
7249 cat >>conftest.$ac_ext <<_ACEOF
7250 /* end confdefs.h. */
7251 $ac_includes_default
7252 int
7253 main ()
7254 {
7255 static int test_array [1 - 2 * !(0 < ($ac_type) (((($ac_type) 1 << (64 - 2)) - 1 ) * 2 + 1))];
7256 test_array [0] = 0
7257
7258 ;
7259 return 0;
7260 }
7261 _ACEOF
7262 rm -f conftest.$ac_objext
7263 if { (ac_try="$ac_compile"
7264 case "(($ac_try" in
7265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7266 *) ac_try_echo=$ac_try;;
7267 esac
7268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7269 (eval "$ac_compile") 2>conftest.er1
7270 ac_status=$?
7271 grep -v '^ *+' conftest.er1 >conftest.err
7272 rm -f conftest.er1
7273 cat conftest.err >&5
7274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7275 (exit $ac_status); } && {
7276 test -z "$ac_c_werror_flag" ||
7277 test ! -s conftest.err
7278 } && test -s conftest.$ac_objext; then
7279 cat >conftest.$ac_ext <<_ACEOF
7280 /* confdefs.h. */
7281 _ACEOF
7282 cat confdefs.h >>conftest.$ac_ext
7283 cat >>conftest.$ac_ext <<_ACEOF
7284 /* end confdefs.h. */
7285 $ac_includes_default
7286 int
7287 main ()
7288 {
7289 static int test_array [1 - 2 * !(($ac_type) (((($ac_type) 1 << (64 - 2)) - 1) * 2 + 1)
7290 < ($ac_type) (((($ac_type) 1 << (64 - 2)) - 1) * 2 + 2))];
7291 test_array [0] = 0
7292
7293 ;
7294 return 0;
7295 }
7296 _ACEOF
7297 rm -f conftest.$ac_objext
7298 if { (ac_try="$ac_compile"
7299 case "(($ac_try" in
7300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7301 *) ac_try_echo=$ac_try;;
7302 esac
7303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7304 (eval "$ac_compile") 2>conftest.er1
7305 ac_status=$?
7306 grep -v '^ *+' conftest.er1 >conftest.err
7307 rm -f conftest.er1
7308 cat conftest.err >&5
7309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7310 (exit $ac_status); } && {
7311 test -z "$ac_c_werror_flag" ||
7312 test ! -s conftest.err
7313 } && test -s conftest.$ac_objext; then
7314 :
7315 else
7316 echo "$as_me: failed program was:" >&5
7317 sed 's/^/| /' conftest.$ac_ext >&5
7318
7319 case $ac_type in
7320 int64_t) ac_cv_c_int64_t=yes ;;
7321 *) ac_cv_c_int64_t=$ac_type ;;
7322 esac
7323
7324 fi
7325
7326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7327 else
7328 echo "$as_me: failed program was:" >&5
7329 sed 's/^/| /' conftest.$ac_ext >&5
7330
7331
7332 fi
7333
7334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7335 test "$ac_cv_c_int64_t" != no && break
7336 done
7337 fi
7338 { echo "$as_me:$LINENO: result: $ac_cv_c_int64_t" >&5
7339 echo "${ECHO_T}$ac_cv_c_int64_t" >&6; }
7340 case $ac_cv_c_int64_t in #(
7341 no|yes) ;; #(
7342 *)
7343
7344 cat >>confdefs.h <<_ACEOF
7345 #define int64_t $ac_cv_c_int64_t
7346 _ACEOF
7347 ;;
7348 esac
7349
6968 { echo "$as_me:$LINENO: checking for ssize_t" >&5 7350 { echo "$as_me:$LINENO: checking for ssize_t" >&5
6969 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; } 7351 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
6970 if test "${ac_cv_type_ssize_t+set}" = set; then 7352 if test "${ac_cv_type_ssize_t+set}" = set; then
6971 echo $ECHO_N "(cached) $ECHO_C" >&6 7353 echo $ECHO_N "(cached) $ECHO_C" >&6
6972 else 7354 else
6973 cat >conftest.$ac_ext <<_ACEOF 7355 cat >conftest.$ac_ext <<_ACEOF
6974 /* confdefs.h. */ 7356 /* confdefs.h. */
6975 _ACEOF 7357 _ACEOF
6976 cat confdefs.h >>conftest.$ac_ext 7358 cat confdefs.h >>conftest.$ac_ext
6977 cat >>conftest.$ac_ext <<_ACEOF 7359 cat >>conftest.$ac_ext <<_ACEOF
(...skipping 14702 matching lines...) Expand 10 before | Expand all | Expand 10 after
21680 #define HAVE_DECL_ISFINITE 0 22062 #define HAVE_DECL_ISFINITE 0
21681 _ACEOF 22063 _ACEOF
21682 22064
21683 22065
21684 fi 22066 fi
21685 22067
21686 22068
21687 22069
21688 LIBS=$LIBS_SAVE 22070 LIBS=$LIBS_SAVE
21689 22071
22072 # determine what size digit to use for Python's longs
22073 { echo "$as_me:$LINENO: checking digit size for Python's longs" >&5
22074 echo $ECHO_N "checking digit size for Python's longs... $ECHO_C" >&6; }
22075 # Check whether --enable-big-digits was given.
22076 if test "${enable_big_digits+set}" = set; then
22077 enableval=$enable_big_digits; case $enable_big_digits in
22078 yes)
22079 enable_big_digits=30 ;;
22080 no)
22081 enable_big_digits=15 ;;
22082 15|30)
22083 ;;
22084 *)
22085 { { echo "$as_me:$LINENO: error: bad value $enable_big_digits for --enable-big -digits; value should be 15 or 30" >&5
22086 echo "$as_me: error: bad value $enable_big_digits for --enable-big-digits; value should be 15 or 30" >&2;}
22087 { (exit 1); exit 1; }; } ;;
22088 esac
22089 { echo "$as_me:$LINENO: result: $enable_big_digits" >&5
22090 echo "${ECHO_T}$enable_big_digits" >&6; }
22091
22092 cat >>confdefs.h <<_ACEOF
22093 #define PYLONG_BITS_IN_DIGIT $enable_big_digits
22094 _ACEOF
22095
22096
22097 else
22098 { echo "$as_me:$LINENO: result: no value specified" >&5
22099 echo "${ECHO_T}no value specified" >&6; }
22100 fi
22101
22102
21690 # check for wchar.h 22103 # check for wchar.h
21691 if test "${ac_cv_header_wchar_h+set}" = set; then 22104 if test "${ac_cv_header_wchar_h+set}" = set; then
21692 { echo "$as_me:$LINENO: checking for wchar.h" >&5 22105 { echo "$as_me:$LINENO: checking for wchar.h" >&5
21693 echo $ECHO_N "checking for wchar.h... $ECHO_C" >&6; } 22106 echo $ECHO_N "checking for wchar.h... $ECHO_C" >&6; }
21694 if test "${ac_cv_header_wchar_h+set}" = set; then 22107 if test "${ac_cv_header_wchar_h+set}" = set; then
21695 echo $ECHO_N "(cached) $ECHO_C" >&6 22108 echo $ECHO_N "(cached) $ECHO_C" >&6
21696 fi 22109 fi
21697 { echo "$as_me:$LINENO: result: $ac_cv_header_wchar_h" >&5 22110 { echo "$as_me:$LINENO: result: $ac_cv_header_wchar_h" >&5
21698 echo "${ECHO_T}$ac_cv_header_wchar_h" >&6; } 22111 echo "${ECHO_T}$ac_cv_header_wchar_h" >&6; }
21699 else 22112 else
(...skipping 4081 matching lines...) Expand 10 before | Expand all | Expand 10 after
25781 if test ! -f Modules/Setup.local 26194 if test ! -f Modules/Setup.local
25782 then 26195 then
25783 echo "# Edit this file for local setup changes" >Modules/Setup.local 26196 echo "# Edit this file for local setup changes" >Modules/Setup.local
25784 fi 26197 fi
25785 26198
25786 echo "creating Makefile" 26199 echo "creating Makefile"
25787 $SHELL $srcdir/Modules/makesetup -c $srcdir/Modules/config.c.in \ 26200 $SHELL $srcdir/Modules/makesetup -c $srcdir/Modules/config.c.in \
25788 -s Modules Modules/Setup.config \ 26201 -s Modules Modules/Setup.config \
25789 Modules/Setup.local Modules/Setup 26202 Modules/Setup.local Modules/Setup
25790 mv config.c Modules 26203 mv config.c Modules
OLDNEW
« no previous file with comments | « Python/sysmodule.c ('k') | configure.in » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b