summaryrefslogtreecommitdiffstats
path: root/source3/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Do not redefine struprMatt Kraai2009-09-021-0/+1
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3: Fix libtalloc so versionSimo Sorce2009-08-301-1/+1
|
* s3: Add catia to the list of modules compiled by defaultAravind Srinivasan2009-08-281-1/+1
| | | | Signed-off-by: Tim Prouty <tprouty@samba.org>
* LIBREPLACEOBJ now contains the full pathAndrew Tridgell2009-08-241-4/+1
|
* s3:configure: require talloc >= 2.0.0Stefan Metzmacher2009-08-241-1/+1
| | | | metze
* Fix EVERY SINGLE build on the buildfarm that doesn't haveJeremy Allison2009-08-121-0/+1
| | | | | | bindtextdomain or textdomain. C'mon, this is what configure.in is *FOR*. Jeremy.
* s3:configure: honor CFLAGS in compile testsBjörn Jacke2009-07-051-10/+10
| | | | | | | When compilation is done for the architecture that's not the compiler's default, for example by setting CFLAGS to -m64, then compile tests might fail when they are done with the comiler's default arch. This should fix bugzilla #6162.
* Restore ABI compatibility for talloc.Simo Sorce2009-07-031-1/+1
|
* s3:configure: fix syntax error in avahi configure testBjörn Jacke2009-07-031-1/+1
|
* s3:configure: define _LARGEFILE64_SOURCE on QNXMatt Kraai2009-07-031-0/+4
|
* change talloc to 2.0.0Andrew Tridgell2009-07-021-1/+1
| | | | | | | This is needed to prevent samba3 and samba4 from using an ABI incompatible system version of talloc See ongoing discussion on the samba-technical mailing list
* umount.cifs: don't build it by defaultJeff Layton2009-06-301-6/+37
| | | | | | | | | | | | | | Now that the sanity checks for mount.cifs default to matching the behavior of /bin/mount, then there is virtually no need for umount.cifs. The only exception is when someone enables the loose setuid behavior in mount.cifs. If an unprivileged user mounts a share that isn't in /etc/fstab, then /bin/mount won't allow that user to unmount it. In that situation, umount.cifs will be necessary to allow unmounting the share. Signed-off-by: Jeff Layton <jlayton@samba.org> Acked-by: Steve French <smfrench@us.ibm.com>
* s3:build: check for external liblua, link lua statically if using internal libMichael Adam2009-06-291-1/+41
| | | | | | So liblua is treated the same way as libtalloc and libtdb. Michael
* The solaris linker seems to require an extra mention of dependent libsVolker Lendecke2009-06-261-3/+8
|
* s3:build: build talloctort only when using the internal liballocMichael Adam2009-06-191-0/+3
| | | | | | | Fixes the build with the external libtalloc. And is the reasonable thing to do anyways. Michael
* s3:build: build the tdb tools only when using the internal libtdbMichael Adam2009-06-191-0/+9
| | | | | | This fixes the build when internal libtdb is used. Michael
* s3:build: check for availability of external libtdb and use it if availableMichael Adam2009-06-191-18/+34
| | | | | | | Link internal libtalloc statiaclly if extenal libtalloc is not found or does not have appropriate version. Michael
* s3:build: link libtalloc statically if using internal libtallocMichael Adam2009-06-191-0/+1
| | | | Michael
* Fix build with external talloc.Jelmer Vernooij2009-06-111-28/+27
|
* Check for dmalloc at the end of the configureTimur I. Bakeyev2009-06-081-10/+10
| | | | | | | | | | | | | | | | Enabling dmalloc in Samba3 build leads to the wrong detection of the strndup() function - there isn't one in FreeBSD prior to 7.2, but dmalloc defines it, so, farther tests with -ldmalloc added wrongly find it. the cheapest fix is to move dmalloc detection and inclusion to the bottom of configure, so it can't affect detection of the system capabilities. Here is the patch. With regards, Timur Bakeyev. Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Add an early prototyp of pdb_ads.c.Volker Lendecke2009-06-061-1/+2
| | | | | | | | | The purpose of this module is to connect to a locally running samba4 ldap server for an alternative "Franky" setup. Right now it contains a couple of gross hacks: For example it just takes the s4-chosed RID directly as uid/gid... Checking in tldap and pdb_ads now, I think 3777 insertions are enough for a start...
* Attempt to fix the build on HP/UXVolker Lendecke2009-05-261-0/+2
|
* Do not do a merged build without shared libsVolker Lendecke2009-05-201-0/+1
| | | | | | Jelmer, you might want to take a look at Andrew B's problem with --enable-developer --disable-shared --disable-shared-libs
* Only build the krb5 locator when building shared libsVolker Lendecke2009-05-201-1/+3
|
* Another attempt at fixing the static build of vfs_notify_famVolker Lendecke2009-05-191-5/+6
|
* Fix detection of "enum FAMCodes"Volker Lendecke2009-05-191-1/+1
|
* Fix static linking of vfs_notify_famVolker Lendecke2009-05-161-0/+5
|
* s3:build: extend the support fo Debian GNU/kFooBar to kOpenSolarisMichael Adam2009-05-121-5/+5
| | | | | | As suggested by Robert Millan. Michael
* s3:build: support non-linux gnu portsMichael Adam2009-05-121-4/+16
| | | | | | | This is based on a patch by the debian package maintainers, adapted for the merged branch. Michael
* Fix bug #6330 - DFS doesn't work on AIX. Jeremy.Jeremy Allison2009-05-081-0/+10
|
* s3:configure: "test" only takes one "="Björn Jacke2009-05-081-1/+1
|
* Fix bug 6136: New AFS syscall conventionsGeza Gemes2009-05-031-2/+3
| | | | | | | | Haven't checked this myself, but as I've already got several reports that Samba won't compile against current OpenAFS anymore, I just believe Geza Gemes. This patch only affects AFS code, so it should not hurt anything else. Volker
* Explicitly link in pthreads for lib/pthreadpool if requiredVolker Lendecke2009-05-021-0/+3
| | | | No idea why it works on my Linux without -lpthread ... :-)
* Add thread poolVolker Lendecke2009-05-011-1/+14
| | | | | | | Included if pthreads are found, can be disabled with --enable-pthreadpool=no Tim, Steven, I haven't yet seen comments from you. You have been asking for such a thing at SambaXP. Do you like this? :-)
* ѕ3/configure: fix regexp for ld version recognitionBjörn Jacke2009-04-221-1/+1
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Move syslog check out of m4 library file into configure.inJelmer Vernooij2009-04-201-0/+1
|
* Print an error if trying a merged build without a system kerberos libVolker Lendecke2009-04-011-0/+9
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3:build: rename WINBIND_LIBS -> LIBWBCLIENT_LIBS for unificationMichael Adam2009-04-011-5/+5
| | | | Michael
* s3:build: unify linking of libwbclient with a @LIBWBCLIENT_TARGET@Michael Adam2009-04-011-0/+4
| | | | | | | just like for the libs configured with SMB_LIBRARY(). This makes @LIBWBCLIENT_STATIC@ vanish from the object collections. Michael
* s3/cups: add encryption supportBjörn Jacke2009-03-301-0/+1
|
* Use avahi to register _smb._tcp in smbdVolker Lendecke2009-03-231-1/+1
|
* Add tevent avahi bindingVolker Lendecke2009-03-231-1/+1
|
* Add avahi detection to configureVolker Lendecke2009-03-231-0/+36
|
* Disable dns_sd by defaultVolker Lendecke2009-03-231-2/+2
|
* s3:build: prevent from setting "-O -g", check for $debug first.Michael Adam2009-03-231-3/+3
| | | | | | | | This makes configure actually behave as the comments describe. The reversal of order was introduced by mistake in 90ea8ae9b1ed3b7ed1c93076517e026e629ea1aa Michael
* don't set -O twiceBjörn Jacke2009-03-231-2/+0
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* Only build the dirsort module if we have the dirfd functionVolker Lendecke2009-03-221-2/+2
| | | | Fix the build on HP/UX
* Add dirsort moduleAndy Kelk2009-03-221-1/+2
|
* s3-spoolss: remove rpc_server/srv_spoolss.c alltogether.Günther Deschner2009-03-181-3/+3
| | | | Guenther
* s3: Fix bugs in the detection of the GNU ld version (Bug #6147)Steve Langasek2009-03-171-2/+2
| | | | | | | This bug results in a failure to use linker scripts to limit the set of symbols exported by our shared libraries. Signed-off-by: Michael Adam <obnox@samba.org>