summaryrefslogtreecommitdiffstats
path: root/source4/configure.waf
Commit message (Collapse)AuthorAgeFilesLines
* s4-waf: new autogen-waf.shAndrew Tridgell2010-04-061-17/+0
| | | | this one will work with the tdb, talloc, etc directories
* s4-waf: set JOBS=1 during configure.wafAndrew Tridgell2010-04-061-0/+5
| | | | this allows configure to run on AIX, which has broken threading
* build: move waf into buildtools/binAndrew Tridgell2010-04-061-1/+1
|
* build: don't assume bash in configure.wafAndrew Tridgell2010-04-061-1/+1
|
* build: don't default to WAFCACHE in configureAndrew Tridgell2010-04-061-2/+5
|
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-0/+9
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code