summaryrefslogtreecommitdiff
path: root/source3/wscript
AgeCommit message (Expand)AuthorFilesLines
2010-05-20s3-waf: Add dummy configuration option for utmpKai Blin1-0/+1
2010-05-20s3-waf: Add dummy configuration option for sendfile-supportKai Blin1-0/+1
2010-05-20s3-waf: Add dummy configuration options for quotasKai Blin1-0/+2
2010-05-20s3-waf: Add dummy configuration option for PAMKai Blin1-0/+1
2010-05-20s3-waf: Add configuration option for merged buildKai Blin1-0/+1
2010-05-20s3-waf: move the KRB5_DEPRECATED check into lib/replaceAndrew Tridgell1-7/+0
2010-05-20s3-waf: Don't recurse into tsocket dir during configureKai Blin1-1/+0
2010-05-20s3-waf: Add enable selftest configuration optionAndrew Tridgell1-0/+3
2010-05-20s3-waf: correctly handle the libcap dependency when libcap is not installedAndrew Tridgell1-1/+2
2010-05-20s3-waf: build wbinfo using wafKai Blin1-0/+1
2010-05-20s3-waf: Add ctags commandKai Blin1-0/+7
2010-05-20s3-waf: Support smbd build without ldap and kerberosKai Blin1-33/+40
2010-05-20s3-waf: Allow building without ads/ldap/krb5 even if the libs are installedKai Blin1-3/+11
2010-05-20s3-waf: Allow using --enable/--disable options as wellKai Blin1-1/+1
2010-05-20s3-waf: correctly handle cups dependencies when cups development packages are...Andrew Tridgell1-0/+3
2010-05-20s3-waf: Add helper that facilitates defining --with-x and --without-x optionsKai Blin1-3/+10
2010-05-20s3-waf: Fix the CUPS dependencyKai Blin1-2/+4
2010-05-20s3-waf: All sorts of nasty hacks to finally get smbd to build/linkAndrew Tridgell1-8/+9
2010-05-20s3-waf: Add some more krb5 checksKai Blin1-1/+34
2010-05-20s3-waf: Check for LDAPKai Blin1-0/+31
2010-05-20s3-waf: Move cups, ldap and krb5 checks to the end of the wscript fileKai Blin1-25/+25
2010-05-20s3-waf: Check for KRB5_DEPRECATED handlingKai Blin1-0/+7
2010-05-20s3-waf: Fake some defines that need to be set by configure options laterKai Blin1-0/+4
2010-05-20s3-waf: Add more objects trying to build smbdKai Blin1-0/+2
2010-04-06s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell1-13/+13
2010-04-06s4-waf: set default for bundled librariesAndrew Tridgell1-0/+2
2010-04-06s3-waf: added options for static/shared module buildingAndrew Tridgell1-0/+60
2010-04-06s3-waf: check for default charsetsKai Blin1-0/+3
2010-04-06s3-waf: more configure tests and minor fixesAndrew Tridgell1-26/+60
2010-04-06s3-waf: added build subdir for dynconfig generationAndrew Tridgell1-0/+5
2010-04-06build: Change checks to conform to new CHECK_* behaviourKai Blin1-7/+9
2010-04-06build: Check if the compiler will optimize out functionsKai Blin1-0/+9
2010-04-06build: check for int types included from rpc/rpc.hKai Blin1-0/+16
2010-04-06build: Check for POSIX capabilitiesKai Blin1-0/+19
2010-04-06build: Check for various members of struct statKai Blin1-0/+7
2010-04-06build: Fix package name and package string caseKai Blin1-2/+2
2010-04-06build: Check for functions needed by Samba3Kai Blin1-0/+19
2010-04-06build: Check for kernel share modesKai Blin1-0/+15
2010-04-06build: Check for IRIX kernel oplock typesKai Blin1-0/+5
2010-04-06build: Check for Linux kernel oplocksKai Blin1-0/+13
2010-04-06build: Check for kernel change notify supportKai Blin1-0/+13
2010-04-06build: check for inotify supportKai Blin1-0/+6
2010-04-06build: check for headers needed to generate stack tracesKai Blin1-0/+2
2010-04-06build: Check for krb5 headersKai Blin1-0/+8
2010-04-06build: Check for LDAP librariesKai Blin1-0/+4
2010-04-06build: Check for CUPSKai Blin1-0/+5
2010-04-06build: Add a basic wscript file for Samba3Kai Blin1-0/+41