summaryrefslogtreecommitdiffstats
path: root/test/Configure.py
Commit message (Expand)AuthorAgeFilesLines
* Better test for use of Configure() in nested SConscript files..Steven Knight2004-01-101-3/+18
* Handle Configure() calls in multiple SConscript files.Steven Knight2004-01-081-16/+36
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ...Steven Knight2003-11-101-1/+1
* Fix various SConf bugs. (Christoph Wiedemann)Steven Knight2003-10-211-48/+92
* More Environment method conversions:Steven Knight2003-10-131-5/+9
* Split non-SCons-specific parts of SConf.py into a separate Conftest.py module...Steven Knight2003-08-301-17/+17
* Fix SConf chdir'ing so it works with CPPPATH and LIBPATH. (David Snopek)Steven Knight2003-06-181-4/+15
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-181-2/+2
* Fix use of SConf with SConscriptChdir(). (David Snopek, Christoph Wiedemann)Steven Knight2003-06-101-5/+36
* SConf fixes. (Christoph Wiedemann)Steven Knight2003-05-161-22/+101
* Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)Steven Knight2003-04-231-0/+228