[Python-checkins] r74035 - python/branches/py3k
alexandre.vassalotti
python-checkins at python.org
Fri Jul 17 07:41:49 CEST 2009
Author: alexandre.vassalotti
Date: Fri Jul 17 07:41:49 2009
New Revision: 74035
Log:
Blocked revisions 74031-74033 via svnmerge
........
r74031 | alexandre.vassalotti | 2009-07-17 00:24:45 -0400 (Fri, 17 Jul 2009) | 2 lines
Use AC_CHECK_SIZEOF to find the size of off_t, pthread_t and time_t.
........
r74032 | alexandre.vassalotti | 2009-07-17 00:59:05 -0400 (Fri, 17 Jul 2009) | 4 lines
Rename the useless AC_INCLUDES_DEFAULT and protect the includes.
This is mostly an aesthetic change.
........
r74033 | alexandre.vassalotti | 2009-07-17 01:26:39 -0400 (Fri, 17 Jul 2009) | 8 lines
Cache the results of all runtime checks.
This will be helpful to people who want to compile Python with a
cross-compiler. Now you can upload the configure script on your host
machine, run it with caching enabled, and download the cached results
on your build machine.
........
Modified:
python/branches/py3k/ (props changed)
More information about the Python-checkins
mailing list