summaryrefslogtreecommitdiffstats
path: root/source3/configure.in
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: final test for working shlib support requires PIE_LDFLAGSBjörn Jacke2010-05-311-1/+1
|
* s3: use autoconf macro to get some debug output in config.logBjörn Jacke2010-05-301-4/+7
|
* s3: fix check for pie compiler flagsBjörn Jacke2010-05-301-2/+2
| | | | | | some compilers (HP and Sun e.g.) output warning messages on stderr for unknown options and we ended up partly using some unwanted random compile flags we did't intend to use.
* s3:configure: use the right AC_CACHE_CHECK variableBjörn Jacke2010-05-261-1/+1
|
* s3:fix configure after change "add Werror_FLAGS for IBM's xlc"Michael Adam2010-05-251-0/+1
| | | | | | | | | For me, 24b3725407f1a67e13a7646d2e3f26ed1e4735ff broke configure. The fix in f634450b67d2a084c41a63c0e94eb47adb90e101 is not complete yet. After staring at the change a bit, tt seems to me that the code inserted was just misplaced by one line. Michael
* s3: fix the configure runBjörn Jacke2010-05-251-1/+0
|
* s3:configure: turn "error warnings" into errorsBjörn Jacke2010-05-241-1/+1
| | | | | By default "Missing argument(s)" is just an "error warning" for xlc :-) The change to turn "error warnings" into errors should fix bug #7427.
* s3:configure: add Werror_FLAGS for IBM's xlcBjörn Jacke2010-05-241-2/+14
|
* s3: major overhaul of compiler and linker flags for HP-UX buildsBjörn Jacke2010-05-241-9/+27
| | | | | this will fix a number of things like shared library builds. That in turn will probably trigger some other build bugs...
* s3:build: remove CFLAGS from LDSHFLAGS, SHLD has them alreadyBjörn Jacke2010-05-241-4/+1
|
* s3: Another non-gnumake fixVolker Lendecke2010-05-231-6/+7
| | | | | AC_OUTPUT_COMMANDS must be called before AC_OUTPUT and $MAKEFILE is not defined in ./config.status
* s3: Factor out compiler-independent definesVolker Lendecke2010-05-231-1/+3
|
* s3:build: build smbtorture4 when the merged build is selectedStefan Metzmacher2010-05-131-0/+2
| | | | metze
* s3:configure: fix a messageMichael Adam2010-05-111-1/+1
|
* s3: Test for "__attribute__((destructor))"Volker Lendecke2010-05-101-0/+16
|
* Reintroduce merged build, using waf to build smbtorture4.Jelmer Vernooij2010-05-071-1/+42
|
* Revert "Revert "s3-build: Remove --enable-merged support.""Jelmer Vernooij2010-05-071-48/+3
| | | | This reverts commit 8f8e7c788a12d1e0bda9183ed765cc1048e105f7.
* s3:configure: search fdatasync also in librtBjörn Jacke2010-05-071-1/+2
| | | | Sun^W Oracle Solaris has it there ...
* s3:configure: use correct SONAMEFLAG on Solaris depending on which linker is ↵Björn Jacke2010-05-071-1/+5
| | | | being used
* Remove the copy of ldb from Samba 3.Jelmer Vernooij2010-05-061-2/+0
| | | | | There were two utility functions that other parts of Samba 3 still relied on; they have been moved to lib/ldb_compat.[ch].
* s3:configure: not simply check for "ld" but for the linker used by $CCBjörn Jacke2010-05-051-5/+5
| | | | | | | | this hopefully fixes Solaris' gcc build which uses the system ld by default. All in all we should clean up most of the compiler and linker flags depending on the actual compilers and linkers we use. Only some tweaks are OS-specific. A cleanup in this area should be done along with the move to a new build system (whensoever that will be ...).
* Revert "s3-build: Remove --enable-merged support."Günther Deschner2010-04-271-3/+48
| | | | | | | This reverts commit f8fc7fcbeb8141c5b2775e2219bae17c55ad4a3c. Was that pushed by coincidence ? merged build is really, really required over here.
* s3-build: Remove --enable-merged support.Jelmer Vernooij2010-04-261-48/+3
|
* s3: Improved support for GAMIN.Ira Cooper2010-04-181-5/+11
| | | | | Support the FAMNoExists API for gamin to reduce cpu use and problems when using GAMIN as FAM for vfs_notify_fam.
* s3: Fix the GNU ld version detection on SLESVolker Lendecke2010-04-041-1/+1
| | | | | | | | | | On SLES 11 "ld -v" gives GNU ld (GNU Binutils; SUSE Linux Enterprise 11) 2.19 The regexp to intended to detect the "2.19" is confused by the "11" in the version string. I'm not really into regexps, and awk '{print $NF}' to me is a simple (and hopefully portable) way to print the last field.
* tdb: Add a non-blocking version of tdb_transaction_startVolker Lendecke2010-03-261-1/+1
|
* s3: Fix bug 7202 for multi-threaded applicationsVolker Lendecke2010-03-211-0/+1
| | | | | | | Thanks to Sergey Tereschenko <serg.partizan@gmail.com> for providing good feedback! Volker
* s3:build: Fix automatic building of vfs_tsmsm if gpfs and dmapi are present.Michael Adam2010-03-091-1/+1
| | | | Michael
* s3: add vfs_crossrenameBjörn Jacke2010-03-081-0/+2
| | | | | this module adds optional server-side support for limited rename operations beyond filesystem boundaries, which was the previously the default.
* samba: remove cifs-utils tools from build systemsJeff Layton2010-03-081-124/+0
| | | | | | | | | | | | | | | | | | | | | Now that cifs-utils are their own project, we need to go ahead and pull them out of the samba tree. This patch represents the first step toward that end. Remove the cifs-utilities from the source3 and source4 builds. Please pay particular attention to the source4 piece. I'm not at all familiar with the build system there, and would appreciate someone sanity checking my changes. It also adds a small README.cifs-utils file in the topdir. This is optional, but I think it's a good idea to carry this for a release or two. Once this patch looks ok, I'll plan to do another patch to actually remove the client dir and the relevant docs-xml files from the tree altogether. Signed-off-by: Jeff Layton <jlayton@redhat.com>
* Revert "s3:configure: add --enable-as-needed"Karolin Seeger2010-03-041-8/+2
| | | | | | This reverts commit 22d316926b9589608d332143c1fa134229b75b3c. Please see bug #7209 for details.
* s3:configure: add --enable-as-neededStefan Metzmacher2010-03-041-2/+8
| | | | | | | On some broken systems like RHEL5, we need to be able to disable --as-needed. metze
* s3: Fix build file due to file move. Use the new path of iniparserMatthieu Patou2010-03-031-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3: add explicit configure option whether or not to enable dmapi supportBjörn Jacke2010-02-231-2/+23
|
* s3:build: remove checks for deprecated ctdb controls.Michael Adam2010-02-121-35/+1
| | | | Michael
* build: Add a configure check for CTDB_CONTROL_TRANS3_COMMIT.Michael Adam2010-02-121-0/+17
| | | | | | | This is the new implementation of ctdb transactions using the global lock feature. It is needed by the current dbwrap_ctdb code. Michael
* s3: quiet the unresolved symbol warnings of the Compaq compiler when linking ↵Björn Jacke2010-02-081-0/+11
| | | | our vfs modules
* tdb: raise version to 1.2.1tdb-1.2.1Simo Sorce2010-02-061-1/+1
| | | | | after recent fixes we need to raise the version to 1.2.1 so that we can require also the right patched version.
* s3:configure: check complete set of EA functions only when we found at least oneBjörn Jacke2010-02-021-28/+18
| | | | this saves us some time in configure
* Fix bug #7079 - cliconnect gets realm wrong with trusted domains.Jeremy Allison2010-01-301-0/+15
| | | | | | | | | | | Passing NULL as dest_realm for cli_session_setup_spnego() was always using our own realm (as for a NetBIOS name). Change this to look for the mapped realm using krb5_get_host_realm() if the destination machine name is a DNS name (contains a '.'). Could get fancier with DNS name detection (length, etc.) but this will do for now. Jeremy.
* s3: by default don't use pthread pool supportBjörn Jacke2010-01-291-5/+5
|
* s3: syntax fixBjörn Jacke2010-01-271-1/+1
|
* s3: get pthread detection also on HP-UX rightBjörn Jacke2010-01-271-1/+12
|
* s3: fix detection and flags for using pthreadBjörn Jacke2010-01-261-11/+53
| | | | I hope this fixes the build on Tru64, IRIX and maybe bug #6983
* s3: fix dnsupdate configure checkBjörn Jacke2010-01-211-16/+25
|
* Add cross option to samba_cv_linux_getgrouplist_okLars Müller2010-01-201-1/+3
| | | | | | | "cross" as an option got removed accidentl with commit e5a95132 while moving in direction of 3.2. Patch proposed by Richard Sharpe <realrichardsharpe@gmail.com>.
* s3: build with dnsupdate support when possibleBjörn Jacke2010-01-201-1/+1
|
* s3: Add the "scannedonly" vfs virus scanner interface moduleOlivier Sessink2010-01-121-0/+2
|
* ѕ3:configure: use gettimeofday check from lib/util/Björn Jacke2010-01-061-9/+1
|
* s3: Fix bug 6992, make test for getgrouplist cacheableJonas Gorski2009-12-171-3/+3
|