]> granicus.if.org Git - python/commit
Cache the results of all runtime checks.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Fri, 17 Jul 2009 06:00:34 +0000 (06:00 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Fri, 17 Jul 2009 06:00:34 +0000 (06:00 +0000)
commit7b0c1c76cd1d35dbea240fd89c177a6995361d99
treec85eb2e36776067c758f7676df417ef0f75dd541
parent0805b4ac54e0a37eb1c8c54fdcaddbe39e27a739
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.
configure.in