Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-04 | compile_et: Support using system compile_et. | Jelmer Vernooij | 1 | -7/+10 | |
2010-10-04 | heimdal: Support using system com_err. | Jelmer Vernooij | 1 | -0/+3 | |
2010-06-23 | Per Andrews request, revert | Jelmer Vernooij | 1 | -87/+44 | |
"heimdal/waf: Initial work on making it possible to use the system" as the hdb_check_s4u2self function handling is incorrect. This reverts commit b099631f428d0ecc641d59bd3c94674e6348dde9. | |||||
2010-06-19 | heimdal/waf: Initial work on making it possible to use the system | Jelmer Vernooij | 1 | -44/+87 | |
heimdal again. Still missing are the detection of the right Heimdal version and linking (unresolved symbols at the moment). | |||||
2010-04-06 | s4-waf: look in libintl for dgettext() | Andrew Tridgell | 1 | -0/+2 | |
2010-04-06 | s4-waf: heimdal wants to look for dd_fd in DIR | Andrew Tridgell | 1 | -0/+4 | |
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | build: configure fixes for opensolaris | Andrew Tridgell | 1 | -1/+5 | |
2010-04-06 | build: updated configure checks or new syntax | Andrew Tridgell | 1 | -12/+10 | |
2010-04-06 | build: more functions that are in -lsocket -lnsl on some systems | Andrew Tridgell | 1 | -4/+10 | |
2010-04-06 | build: don't look for gettext twice | Andrew Tridgell | 1 | -2/+0 | |
2010-04-06 | build: don't add curses.h to incremental confdefs.h | Andrew Tridgell | 1 | -2/+2 | |
2010-04-06 | build: check libc first for several libraries | Andrew Tridgell | 1 | -3/+3 | |
2010-04-06 | build: fixed termcap build | Andrew Tridgell | 1 | -1/+3 | |
2010-04-06 | build: nearly there on samba4 build | Andrew Tridgell | 1 | -1/+0 | |
2010-04-06 | build: fixed winsize check | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: fixed iuserok test | Andrew Tridgell | 1 | -1/+3 | |
2010-04-06 | build: improve autoconf macros | Andrew Tridgell | 1 | -1/+3 | |
- enable headers to be specified - enable both forms of DECL check - more libreplace checks - more heimdal checks - more sysdep checks | |||||
2010-04-06 | build: h_errno for heimdal | Andrew Tridgell | 1 | -0/+4 | |
2010-04-06 | build: heimdal_build waf support | Andrew Tridgell | 1 | -0/+37 | |
heimdal now mostly builds |