summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r13425: Revert all the "clever" compiler options checks. They brokeJames Peach1-160/+81
the build on Solaris, AIX and S390. The fundamental problem is that macros like AX_CFLAGS_IRIX_OPTION can spuriously succeed. (This used to be commit 30122f61c35b1af977efd6e4727204c2e2e1c7a3)
2007-10-10r13424: Don't attempt to use cc -O2. This breaks the solaris build.James Peach1-5/+5
(This used to be commit 341d554e2f7a117c7098633b24cb18c7ff25a011)
2007-10-10r13423: Write wrapper functions (and configure tests) so we canJeremy Allison1-0/+39
always assume we can get a struct timespec out of a stat struct. This will allow us to portably move to nsec timestamps on files and directories in the file server code in future. Jeremy. (This used to be commit 07132d8796a08aa71d6719cb07b5b2c999930632)
2007-10-10r13420: Support profile-guided optimisation in the build system. This isJames Peach1-19/+111
implemented for gcc 3.x, gcc 4.x and MIPSPro compilers. (This used to be commit 5e57021723f091a33021c30557cace2b70acf172)
2007-10-10r13418: Formalise support for checking compiler options.James Peach1-63/+50
(This used to be commit eb3ba826ef465b95f9597043ee156ad9d7ca16a0)
2007-10-10r13417: Add .2 to the SONAME as version suffix if we link the nss modules onLars Müller1-0/+3
linux. Heads up: This might be required on other OS using glibc too. (This used to be commit b28e43427b43994404f109ce7da467461af12200)
2007-10-10r13338: Remove the experimental pdb modulesVolker Lendecke1-55/+0
(This used to be commit a3bc4f51144bcd711ae1869d60a15d24be6ad992)
2007-10-10r13316: Let the carnage begin....Gerald Carter1-2/+30
Sync with trunk as off r13315 (This used to be commit 17e63ac4ed8325c0d44fe62b2442449f3298559f)
2007-10-10r13202: Fix the build for --with-aio-support. Sorry.Volker Lendecke1-2/+2
Jeremy, configure.in decides whether aio support works quite early in the sequence of checks. Wouldn't it be better to only use aio support if really all necessary functions actually are around? Volker (This used to be commit 246b5b43566f15732091ec9a775b864399f9418d)
2007-10-10r13027: Support file change notifications from FAM.James Peach1-2/+31
(This used to be commit 652b511ff24ce41c7745a0e00363e619e5027828)
2007-10-10r12994: Fix cut&paste error, thanks to Björn Jachke <bj@sernet.de>Volker Lendecke1-2/+2
(This used to be commit 8176f5a2821e897d8ff0b127450c918a2d82b70a)
2007-10-10r12993: Ouch...Volker Lendecke1-1/+1
(This used to be commit de0347cd706c36a593dba9e46c9106b8215fe656)
2007-10-10r12904: Fix #3264, allow to load idmap_ad with "idmap backend = ad".Günther Deschner1-4/+4
Finally cleanup the way idmap modules are build and loaded, idmap_rid now will have to be loaded without prefix, just "rid". Guenther (This used to be commit a77e02177dcefaaccf863aa8d237ea35a2ec52d1)
2007-10-10r12877: Stop passing structs around in smb messages, insteadJeremy Allison1-1/+18
always linearize into little-endian. Should fix all Solaris issues with this, plus provide a cleaner base moving forward for cluster-aware Samba where smbd's can communicate across different compilers/architectures (eventually these message will have to go cross-machine). Jeremy. (This used to be commit d01824b78576a034428e1cef73868d1169057991)
2007-10-10r12837: - configure check for Tru64 EA functions (not yet implemented)Volker Lendecke1-11/+23
- find Tru64 AIO lib in configure Thanks to Björn Jacke <bj@sernet.de> Volker (This used to be commit 044dc331739d4a1678bbf6347df9725f709f5be3)
2007-10-10r12802: Fix for bugzilla #3389 from William Jojo. This fixes failures on AIX inTim Potter1-1/+1
linking smbd when the symbol table for ld exceeds 65536 bytes. (This used to be commit 679fc459357d3ddfac1786726e4d2ccdada0b05f)
2007-10-10r12735: After talking to Tridge and Jeremy... This needs to be made more genericVolker Lendecke1-13/+0
before it goes in. Volker (This used to be commit 2c3d5c029a31111e1fe84ddc13c1bfc183d8bfde)
2007-10-10r12721: GPFS 2.4 on Linux will contain some windows semantics, ie share ↵Volker Lendecke1-0/+13
modes and oplocks across the cluster. Adapt Samba to it. The gpfs API is called via libgpfs.so. This code is written with dlopen(), so that you can compile on a system with gpfs installed and later on run on systems without gpfs available. So to actually make Samba call gpfs share mode calls you need to compile with gpfs.h and libgpfs.so around and set 'gpfs share = yes' on the shares you export from GPFS. Volker (This used to be commit 2253b17a1a88555291b59d52c826c81c2b8f7e7f)
2007-10-10r12077: Add configure switch to disable libmsrpc build. Add new Makefile targetLars Müller1-18/+64
installlibmsrpc. This works the same way as we're already doing it for libsmbclient. Default is to build it. Add a soname to libmsrpc as we do it for libsmbclient. We already had the MAJOR and MINOR variable in the Makefile. (This used to be commit 6794d440996946da0f77a83904a713dd298ba8c0)
2007-10-10r11863: BUG 3196: patch from Alex Deiter <tiamat@komi.mts.ru> to compile ↵Gerald Carter1-5/+31
against the Sun LDAP client libs. But not for AD support; just ldap support (This used to be commit a33e78acedb37df47905d326411e017794721250)
2007-10-10r11729: Remove space from DYNEXP flags declaration for HPUX. Fixes bugzillaTim Potter1-2/+2
#3260. (This used to be commit 78ddbb1dd4fd90ef5e3aee1fe42fdc0e3105c800)
2007-10-10r11301: why would you look for printf in -lnsl[_s]? Fixing configure checksGerald Carter1-2/+2
(This used to be commit c495059de1675676fe4d9a87ce516a54f16e9c66)
2007-10-10r11167: -lsec should be include in $ACL_LIBS and not $LIBS on solarisGerald Carter1-1/+1
(This used to be commit 056bf816284a473b8419fccf62a54813317043b7)
2007-10-10r11165: deparate the library install commands from the logic of whether to ↵Gerald Carter1-14/+8
build the library at all. Still needs some more cleanup but this works for now (This used to be commit df998bfa8e00a736250eb5a7b31ed53abd6a4241)
2007-10-10r11161: another regression from merge; make sure to build vfs_full_audit ↵Gerald Carter1-1/+1
modulebranches/SAMBA_3_0_RELEASE/source/configure.in (This used to be commit 19e0e48ce09eebc21b800b6ecf13c6f42dfe27f3)
2007-10-10r11150: fix solaris acl linking problem on sunos5.9; not quite sure how this ↵Gerald Carter1-0/+1
got broken (This used to be commit 490dbc64f7ae2006624039da6b450ba4aca56dd4)
2007-10-10r10977: Get rid of tons of new warnings when building with OpenLDAP 2.3.7 or ↵Günther Deschner1-0/+1
higher. Guenther (This used to be commit 380c6133240f8cb2da79453d08e77778d157d176)
2007-10-10r10927: bug 1473 & 3090: quota compile fixes on SolarisGerald Carter1-1/+5
(This used to be commit b70b888699fd02b6ac567fcef3b1d2832a0b4719)
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-18/+112
* \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck) (This used to be commit 939c3cb5d78e3a2236209b296aa8aba8bdce32d3)
2007-10-10r10458: Patches from Jiri Sasek <Jiri.Sasek@Sun.COM> to helpJeremy Allison1-4/+4
configure run on Solaris. Jeremy. (This used to be commit 9c2a641366ad080c7a591194a1d299e477122541)
2007-10-10r10371: Adding iPrint printing backend written by Joel J. Smith @ Novell.Jeremy Allison1-0/+11
Jeremy. (This used to be commit 155dc2d52a971bfb8d7565c06f3efc637e130b11)
2007-10-10r10234: Add new auth module "auth_script" to allow valid users toJeremy Allison1-1/+2
be provisioned on demand - calls script with domain, username, challenge and LM and NT responses - passing the info through a pipe. Jeremy. (This used to be commit 67be4ee41cd244bcc0445cac7c9e1e2d40e93c9b)
2007-10-10r10165: - use the sysquota interface on linux by default (as the configure ↵Stefan Metzmacher1-8/+21
--help, shows since a few years ago) - fix the logic for using the builtin linux quota support (hopeful fix the quota build on the fedora 4 builtfarm boxes) metze (This used to be commit 6768c07bd1fc726f4cead361b00a5283af48eb77)
2007-10-10r10068: Use prctl(PR_SET_DUMPABLE) to make sure we can always leave a goodJames Peach1-1/+10
looking corpse on Linux. (This used to be commit 7c97a1bcc34892d7bf697b9421ba8caf4061d9b5)
2007-10-10r10064: BUG 3052: adding OpenBSD timespec patch from Steve Williams ↵Gerald Carter1-1/+10
<steve@celineandsteve.com> (This used to be commit c7f7bcdb0f03068c983e89ba2f47655e77491434)
2007-10-10r10055: Fix typos in smbsharemodes spec.Jeremy Allison1-5/+5
Jeremy. (This used to be commit 6653f0d7a47b1165a16447a04dc91d694db7f62a)
2007-10-10r10042: Add in external LGPL library for accessing the share mode db. AllowJeremy Allison1-0/+52
others to examine & test. May not end up here eventually... Jeremy. (This used to be commit 7cc70ae63399eacd55bd0bf51ac2c7b004d761bf)
2007-10-10r9561: Check for alloca.h.James Peach1-1/+1
(This used to be commit 1944cf111adee4aaf93321d5fcf0959e33482eb1)
2007-10-10r9534: Fix typo spotted by William Jojo <jojowil@hvcc.edu> - defineJeremy Allison1-2/+2
HAVE_STRUCT_DIR64 not HAVE_STRUCT_DIRENT64. Jeremy (This used to be commit 9131acc3f0ab342dc4afd89221b440ca3a87d2c2)
2007-10-10r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a ↵Jeremy Allison1-0/+13
UNIX vendor not understanding abstract data types :-(. Jeremy. (This used to be commit be5b4e2fa3ed30b0ff01b47d2354e5f782a12e25)
2007-10-10r9480: Added opendir64 and friends. Found by William Jojo <jojowil@hvcc.edu>Jeremy Allison1-1/+2
as part of the AIX bug #3010 investigations. Jeremy. (This used to be commit d8c750edb6a4d0037b49557849b3bc2baca8bbc1)
2007-10-10r9366: patch from Toomas.Soome@mls.ee to include hosts lookups via the ↵Gerald Carter1-0/+5
winbind pipe on solaris (This used to be commit e822a7539065c12d23b491e85f2cce7e98195f77)
2007-10-10r9304: BUG 3001: don't use C style comments in configure.in (thanks Jason)Gerald Carter1-1/+1
(This used to be commit 78d49638e1984a8a44caadeeda2355351f5f4abb)
2007-10-10r9281: Fixes from Luke Mewburn <lukem@NetBSD.org> for misuses ofJeremy Allison1-5/+36
AC_CHECK_HEADERS. Jeremy. (This used to be commit 4d79070887d640150aa4427d806e7f18082a7a9c)
2007-10-10r8949: Fix incorrect SHLIBEXT is set when running configure script on HPUX IATim Potter1-3/+9
systems. This causes share libs to be built with .sl instead of .so extensions. Patch from Adrian Tam to fix bugzilla #2733. (This used to be commit 84936e7491148ab42d0ac158ab41adddb245b860)
2007-10-10r8922: AIO configure fixes from William Jojo for IBM AIX aio.Jeremy Allison1-3/+89
Jeremy (This used to be commit 6e9ad296633ca6cb1fea8a8299514c84232f2da6)
2007-10-10r8695: Patch from James Peach for hires timestamps and efficientJeremy Allison1-0/+51
notify code. Bugid #2285. The last commit by me on behalf of James as he will be able to do his own now :-). Jeremy. (This used to be commit 524298b3f32f478e3750d805c5dc3b8fbe40d8d2)
2007-10-10r8641: Fix bug #2262. Now we accept freebsd 5 till 9 as suggested by TimurLars Müller1-2/+2
Bakeyev. (This used to be commit d395ba2d40fdb5df04f0b6fbe9b4893002a3fcae)
2007-10-10r8510: Don't include the valgrind headers on 64bit linux systems.Gerald Carter1-0/+12
Several incarnations of gcc bork with Compiling dynconfig.c /tmp/ccXd94O5.s: Assembler messages: /tmp/ccXd94O5.s:1202: Error: suffix or operands invalid for `mov' /tmp/ccXd94O5.s:1289: Error: suffix or operands invalid for `mov'` Thanks to Bent Vangli for the the leg work and suggestions. (This used to be commit 318fe7ba0093c4a94e9f4f5c8ce7a2f5d1078e26)
2007-10-10r8151: Add support to create position independent executable (PIE) code if theLars Müller1-0/+28
compiler supports it. We have to compile with -fPIE and not -fpie. Else ppc and s390(x) will fail (to small GOT). It's possible to disable configure's PIE detection with --disable-pie (This used to be commit 07845bb4c5a31cb29bf7b8ff6c50e5da84c329e4)