summaryrefslogtreecommitdiff
path: root/buildtools/scripts/configure.waf
Commit message (Collapse)AuthorAgeFilesLines
* waf: bring back shared Makefile and configure (needed by s3-waf).Günther Deschner2011-02-081-0/+14
| | | | | | | | Guenther Revert "build: removed unused build scripts" This reverts commit 2e520ca91180920e4c8b71be4eaa7fabb56d2a12.
* build: removed unused build scriptsAndrew Tridgell2011-02-071-14/+0
| | | | | | each library has its own configure/Makefile now Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* build: exit with an error if waf configure failsAndrew Tridgell2010-05-051-2/+2
| | | | We don't want configure in the build farm to show green when it fails
* build: cope with spaces in options passed to ./configureAndrew Tridgell2010-04-131-1/+1
|
* s4:WAF buildsystem - support out of "source4" directory buildsMatthias Dieter Wallnöfer2010-04-081-0/+3
| | | | | | | | | | | | Bug: https://bugzilla.samba.org/show_bug.cgi?id=4081 With this patch we are able to invoke s4 builds from the outside of the "source4" directory (but the target remains the "source4/bin" path). One constraint: all commands: "autogen-waf.sh", "configure", "make" have to be run from the same directory! Regarding "make": you have to run it using "make -C <source4 path> [targets]" if the invoke directory is not "source4" itself.
* s4-waf: new autogen-waf.shAndrew Tridgell2010-04-061-0/+11
this one will work with the tdb, talloc, etc directories