• Greg Ward's avatar
    First crack at the Distutils "config" command. Unlike other commands, this · 28a5f44c
    Greg Ward yazdı
    one doesn't *do* anything by default; it's just there as a conduit for data
    (eg. include dirs, libraries) from the user to the "build" commands.
    However, it provides a couple of Autoconf-ish methods ('try_compile()',
    'try_link()', 'try_run()') that derived, per-distribution "config" commands
    can use to poke around the target system and see what's available.
    
    Initial experimenst with mxDateTime indicate that higher-level methods are
    necessary: analogs of Autoconf's AC_CHECK_HEADER, AC_CHECK_LIB will be
    needed too (and that's just to probe the C/C++ system: how to probe the
    Python system is wide open, and someday we'll have to worry about probing a
    Java system too).
    28a5f44c
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...