summaryrefslogtreecommitdiff
path: root/site_scons/aptitude_configure_ept_checks.py
AgeCommit message (Collapse)AuthorFilesLines
2011-04-02Nuke the scons build scripts.Daniel Burrows1-141/+0
These never worked out as well as I intended, and all indications were that they would be a maintenance burden...or just bitrot. Fully parallel builds are nice, but my builds are pretty quick on my 8-core box even with the artificial chokepoints that automake induces.
2010-06-18Write configure checks to empirically verify various libept functionality.Daniel Burrows1-0/+141
This is necessary to support the upcoming version of ept (currently in experimental). I even did it "right" and tested each feature individually. Aren't I cool.