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

Delta Between Two Patch Sets: configure.in

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/
Left Patch Set: Updated patchset to address some of Martin's comments Created 15 years, 1 month ago
Right 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « configure ('k') | pyconfig.h.in » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 dnl *********************************************** 1 dnl ***********************************************
2 dnl * Please run autoreconf to test your changes! * 2 dnl * Please run autoreconf to test your changes! *
3 dnl *********************************************** 3 dnl ***********************************************
4 dnl NOTE: autoconf 2.64 doesn't seem to work (use 2.61). 4 dnl NOTE: autoconf 2.64 doesn't seem to work (use 2.61).
5 5
6 # Set VERSION so we only need to edit in one place (i.e., here) 6 # Set VERSION so we only need to edit in one place (i.e., here)
7 m4_define(PYTHON_VERSION, 3.1) 7 m4_define(PYTHON_VERSION, 3.1)
8 8
9 AC_REVISION($Revision: 68924 $) 9 AC_REVISION($Revision: 68924 $)
10 AC_PREREQ(2.61) 10 AC_PREREQ(2.61)
(...skipping 3719 matching lines...) Expand 10 before | Expand all | Expand 10 after
3730 if test ! -f Modules/Setup.local 3730 if test ! -f Modules/Setup.local
3731 then 3731 then
3732 echo "# Edit this file for local setup changes" >Modules/Setup.local 3732 echo "# Edit this file for local setup changes" >Modules/Setup.local
3733 fi 3733 fi
3734 3734
3735 echo "creating Makefile" 3735 echo "creating Makefile"
3736 $SHELL $srcdir/Modules/makesetup -c $srcdir/Modules/config.c.in \ 3736 $SHELL $srcdir/Modules/makesetup -c $srcdir/Modules/config.c.in \
3737 -s Modules Modules/Setup.config \ 3737 -s Modules Modules/Setup.config \
3738 Modules/Setup.local Modules/Setup 3738 Modules/Setup.local Modules/Setup
3739 mv config.c Modules 3739 mv config.c Modules
LEFTRIGHT

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