]> granicus.if.org Git - python/commit
Blocked revisions 74031-74033 via svnmerge
authorAlexandre Vassalotti <alexandre@peadrop.com>
Fri, 17 Jul 2009 05:41:49 +0000 (05:41 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Fri, 17 Jul 2009 05:41:49 +0000 (05:41 +0000)
commitf0381a152ba300971f77c20d8e64a0f66cea4c57
treeeb4393389b9a27c0c2a9eef78ed94141f514f2b6
parentdf6f3fdaafb6f9d0f1b0915d28e5a72d350f9a55
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.
........