summaryrefslogtreecommitdiffstats
path: root/source3/wscript
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-waf: make pieces of the source3 waf wscript depends on toplevel_buildAndrew Tridgell2011-02-221-37/+40
| | | | | | | this will allow the toplevel build to use source3/wscript for configure options Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: we need to globally -Ilib/replaceGünther Deschner2011-02-181-1/+1
| | | | Guenther
* s3-waf: fix popt support.Günther Deschner2011-02-181-0/+2
| | | | Guenther
* s3-libads Remove MIT-specific krb5_princ_realm macro calls.Andrew Bartlett2011-02-181-0/+11
| | | | | | When compiled against heimdal, we need to use a more elegant API. Andrew Bartlett
* s3-waf: fixed the include paths for samba public librariesAndrew Tridgell2011-02-181-4/+8
| | | | | | | | | | | this fixes the extra global includes for the s3 waf build to be conditional on whether talloc, tevent and tdb are system libraries or not. This fixes a problem where in-tree includes could be used with system libraries Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: add check for "struct sigevent" and some of its members.Günther Deschner2011-02-171-0/+11
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Feb 17 12:01:58 CET 2011 on sn-devel-104
* s3-waf: add check for "struct utimbuf".Günther Deschner2011-02-171-0/+5
| | | | Guenther
* s3-waf: move the KRB5_DEPRECATED configure check out of lib/replaceAndrew Tridgell2011-02-171-0/+6
| | | | | | | this needs to be in souce3/, as otherwise it can't handle an in-tree kerberos library Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: add check for struct stat st_flags member.Günther Deschner2011-02-161-0/+2
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 16 23:04:35 CET 2011 on sn-devel-104
* s3-waf: add some missing checks for macosx.Günther Deschner2011-02-161-0/+21
| | | | Guenther
* s3-waf: add check for __NR_inotify_init declaration.Günther Deschner2011-02-161-0/+2
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 16 19:28:18 CET 2011 on sn-devel-104
* s3-waf: add check for various sysconf() variables.Günther Deschner2011-02-161-0/+8
| | | | Guenther
* s3-waf: add check for posix_fadvise().Günther Deschner2011-02-161-0/+10
| | | | Guenther
* s3-waf: add check for hires timestamps in struct stat.Günther Deschner2011-02-161-0/+17
| | | | Guenther
* s3-waf: add check for "struct flock64".Günther Deschner2011-02-161-0/+28
| | | | Guenther
* s3-waf: add check for broken (glibc2.1/x86) 64 bit fcntl locking.Günther Deschner2011-02-161-0/+8
| | | | Guenther
* s3-waf: add check for fcntl locking.Günther Deschner2011-02-161-0/+8
| | | | Guenther
* s3-waf: add check for "struct dirent64".Günther Deschner2011-02-161-0/+4
| | | | Guenther
* s3-waf: next attempt to fix cups and non-cups builds.Günther Deschner2011-02-111-0/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Feb 11 16:57:40 CET 2011 on sn-devel-104
* s3-waf: try to deal with underlinked cups libraries.Günther Deschner2011-02-111-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Feb 11 15:28:32 CET 2011 on sn-devel-104
* s3-waf: rework the way SMBLDAP subsystem is built a little.Günther Deschner2011-02-111-2/+1
| | | | Guenther
* s3-waf: try to deal with system w/o ldap; also move module processing to the ↵Günther Deschner2011-02-111-92/+97
| | | | | | | | | end of wscript. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Feb 11 02:30:40 CET 2011 on sn-devel-104
* s3-waf: try to fix the {net|free|open}bsd build.Günther Deschner2011-02-101-0/+6
| | | | Guenther
* s3-waf: dont try to redefine 'pam', we checked above...Günther Deschner2011-02-101-2/+0
| | | | | | Found by solaris waf buildfarm build. Guenther
* s3-waf: do not make pam support mandatory.Günther Deschner2011-02-101-5/+11
| | | | Guenther
* s3-waf: fix cups checks when lib is there but headers aren't.Günther Deschner2011-02-101-1/+2
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Feb 10 21:24:37 CET 2011 on sn-devel-104
* s3-waf: better checks for gssapi support.Günther Deschner2011-02-101-3/+6
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Feb 10 19:24:12 CET 2011 on sn-devel-104
* s3-waf: fix krb5 checks logic.Günther Deschner2011-02-101-5/+6
| | | | Guenther
* s3-waf: make ads support detection a little more robust.Günther Deschner2011-02-091-5/+44
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 9 23:38:50 CET 2011 on sn-devel-104
* s3-waf: make sure we dont activate dnsupdate support w/o gssapi.Günther Deschner2011-02-091-1/+4
| | | | Guenther
* s3-waf: we check for attr in ../lib/util/script already, so we cannot set to ↵Günther Deschner2011-02-091-2/+0
| | | | | | | | | | | EMPTY here. Hopefully fixes the irix build. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 9 18:58:15 CET 2011 on sn-devel-104
* s3-waf: as long as we dont have --with-featureX=yes|no|auto handling, avoid ↵Günther Deschner2011-02-091-4/+0
| | | | | | exiting. Guenther
* s3-waf: check k5crypto in some more locations.Günther Deschner2011-02-091-2/+2
| | | | Guenther
* s3-waf: support non-default krb5-config and cups-config locations.Günther Deschner2011-02-091-7/+9
| | | | Guenther
* Add configure checks for fdopendir.Jeremy Allison2011-02-081-0/+1
|
* s3-waf: add --with-automount option.Günther Deschner2011-02-071-0/+3
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 7 14:11:03 CET 2011 on sn-devel-104
* s3-waf: fix wrong check for vfs_aio_fork dependencies.Günther Deschner2011-02-071-1/+1
| | | | Guenther
* s3-waf: add support for --with-aio-support.Günther Deschner2011-02-071-0/+63
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 7 12:30:57 CET 2011 on sn-devel-104
* s3-waf: only build auth_netlogond in developer build.Günther Deschner2011-02-071-2/+2
| | | | | | Volker, please check. Guenther
* s3-waf: add --with-syslog option.Günther Deschner2011-02-071-0/+3
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 7 10:50:39 CET 2011 on sn-devel-104
* s3-waf: recurse into ../lib/util/wscript_configureGünther Deschner2011-02-071-0/+1
| | | | | | This gets us all the statvfs checks. Guenther
* s3-waf: add support for iprint.Günther Deschner2011-02-071-0/+8
| | | | Guenther
* s3-waf: fix the build after linux netlink changes.Günther Deschner2011-02-011-0/+14
| | | | | | | | | Volker, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 1 23:21:50 CET 2011 on sn-devel-104
* s3-waf: On FreeBSD, compile zfsacl if sunacl.h is around.Günther Deschner2011-01-311-0/+9
| | | | | | | | | Volker, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 31 10:51:10 CET 2011 on sn-devel-104
* s3-waf: fix lib/addns include path.Günther Deschner2011-01-241-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 24 16:15:58 CET 2011 on sn-devel-104
* s3-waf: no need anymore to include "source4" globally.Günther Deschner2011-01-241-1/+1
| | | | Guenther
* s3-waf: finally enable large file support.Günther Deschner2011-01-121-0/+13
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Jan 12 11:59:22 CET 2011 on sn-devel-104
* s3-waf: add check for SO_PEERCRED.Günther Deschner2011-01-121-0/+9
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Jan 12 02:29:48 CET 2011 on sn-devel-104
* s3-waf: add checks for Linux readahead.Günther Deschner2011-01-121-0/+9
| | | | Guenther
* s3-waf: more fallocate checks stolen from autoconf.Günther Deschner2011-01-121-0/+30
| | | | Guenther