Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-22 | wafsamba: fix CHECK_XSLTPROC_MANPAGES(). | Jelmer Vernooij | 1 | -12/+5 | |
2010-06-24 | build: check if the manpages stylesheet is available locally | Andrew Tridgell | 1 | -5/+31 | |
this avoids trying to fetch the stylesheet from the internet. If we can't process the stylesheet with --nonet at configure time then don't build manpages. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-06-20 | build: Allow for a custom message in CHECK_C_PROTOTYPE | Kai Blin | 1 | -2/+4 | |
2010-05-05 | build: added configure test for inline | Andrew Tridgell | 1 | -0/+24 | |
2010-05-02 | build: uname on opensolaris returns 1 for success | Andrew Tridgell | 1 | -1/+1 | |
check for -1 as failure, not 0 for success | |||||
2010-04-21 | build: fixed uname output to be on target machine when cross compiling | Andrew Tridgell | 1 | -7/+30 | |
this also makes the output of define_ret configure tests show up in the configure output | |||||
2010-04-20 | build: added uname display and SYSTEM_UNAME define | Andrew Tridgell | 1 | -0/+19 | |
suggestion from Metze | |||||
2010-04-19 | build: added --cross-answers support | Andrew Tridgell | 1 | -1/+1 | |
This allows you to easily cross-compile even without a --cross-execute emulator See http://wiki.samba.org/index.php/Waf#cross-compiling for details | |||||
2010-04-13 | build: allow cross-builds to use shared libraries | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: don't link when checking a C prototype | Andrew Tridgell | 1 | -0/+2 | |
2010-04-06 | s4-waf: added auto-detection of perl manpage extensions | Andrew Tridgell | 1 | -16/+77 | |
some systems produce pidl.1p, others pidl.1. We need to know which one to use. | |||||
2010-04-06 | build: auto-detect platforms which don't support shared libs | Andrew Tridgell | 1 | -6/+27 | |
2010-04-06 | build: these chdir() calls break waf on HPUX. They are not needed | Andrew Tridgell | 1 | -7/+0 | |
2010-04-06 | s3-waf: fixed tests for charsets | Andrew Tridgell | 1 | -7/+4 | |
Pair-Programmed-With: Kai | |||||
2010-04-06 | build: improved exception handling for systems without rpath | Andrew Tridgell | 1 | -8/+3 | |
2010-04-06 | build: much better rpath test function | Andrew Tridgell | 1 | -0/+106 | |
This creates a full shared lib, and a binary that uses it. Then it tests that the binary runs correctly, relying on rpath Thanks to Thomas for the code for this! | |||||
2010-04-06 | build: Import conf decorator in samba_conftests.py | Kai Blin | 1 | -1/+1 | |
2010-04-06 | build: started a library of common config tests for s3/s4 | Andrew Tridgell | 1 | -0/+64 | |
Pair-Programmed-With: Kai Blin <kai@samba.org> |