summaryrefslogtreecommitdiffstats
path: root/lib/util/wscript_configure
Commit message (Collapse)AuthorAgeFilesLines
* lib/util: add missing commas to statfs_typesRalph Boehme2015-01-161-2/+2
| | | | | | | | Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Fri Jan 16 13:24:16 CET 2015 on sn-devel-104
* build: Rework BSD_STYLE_STATVFS check to match autoconf buildAndrew Bartlett2013-05-271-12/+10
| | | | Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
* waf: add check for BSD_STYLE_STATVFSBjörn Jacke2012-09-071-0/+12
| | | | a leftover from bug #8777
* lib/replace: Merge remaining xattr test details from lib/utilAndrew Bartlett2012-06-021-8/+0
| | | | | | | I prefer the longer XATTR_ADDITIONAL_OPTIONS define and the NULL rather than 0 values in the getxattr test. Andrew Bartlett
* s4-xattr: Use libreplace xattr functions directlyAndrew Bartlett2012-06-021-5/+0
|
* build: Remove configure tests for *64 functions and typesAndrew Bartlett2012-04-051-5/+0
| | | | | | We now use the standard types only. Andrew Bartlett
* util: Add --disable-fault-handling.Ira Cooper2012-03-151-0/+3
| | | | | | On some platforms you can not debug coredumps after the default signal handler gets done dumping core. This allows waf to have an option to disable our default signal handler.
* build: look for backtrace_symbols in libexecAndrew Bartlett2012-03-011-1/+1
|
* lib/util: fix waf configure tests for xattr functions on Mac OS 10.Stefan Metzmacher2010-05-141-4/+6
| | | | metze
* build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy2010-04-081-1/+1
| | | | | | Python 3.x is a bit fussier about print statements and indentation. Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-061-0/+2
| | | | them
* s4-waf: added checks for all the different statvfs varientsAndrew Tridgell2010-04-061-4/+83
|
* build: updated configure checks or new syntaxAndrew Tridgell2010-04-061-8/+3
|
* build: added statvfs64 testAndrew Tridgell2010-04-061-0/+9
|
* build: check for xattr supportAndrew Tridgell2010-04-061-0/+6
|
* build: move gettimeofday check to libreplaceAndrew Tridgell2010-04-061-1/+0
| | | | | - add checklink option to CHECK_FUNC() - Used for when a prototype is not available
* build: added interface checking and nicer snprintf checkingAndrew Tridgell2010-04-061-1/+1
| | | | use CHECK_CODE()
* build: added CHECK_CODE_COMPILES()Andrew Tridgell2010-04-061-0/+2
|
* build: check xattr and frsizeAndrew Tridgell2010-04-061-0/+5
|
* build: check signal functionsAndrew Tridgell2010-04-061-0/+2
|
* build: backtrace and crypt testsAndrew Tridgell2010-04-061-2/+1
|
* build: check for backtraceAndrew Tridgell2010-04-061-0/+6