summaryrefslogtreecommitdiff
path: root/source4/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2008-08-07lib: prepare the build of zlibStefan Metzmacher1-0/+1
metze (This used to be commit 159df68c04c9ae437ab48991154e91161ef72754)
2008-08-01heimdal: add experimental --enable-external-heimdalStefan Metzmacher1-1/+1
This should only be used for testing and when you're absolutly sure the installed heimdal libraries support the features we need. (E.g. heimdal-1.2 or lower should NOT work) metze (This used to be commit 66b76b018d6048cec63a75b24ec4c099f6a2eb8c)
2008-06-17Make sure events pc file gets installed.Jelmer Vernooij1-0/+1
(This used to be commit e12c0b61573f27969a79d4c07a8fd42f6c931d7e)
2008-06-14This patch make it possible to build the events library completelySimo Sorce1-1/+1
standalone with no ties to internal samba4 functions Samba4 itself just uses the plain library, compatibility glue is in events_s4.c only (This used to be commit 7109b6a5a19eb2dbef4259104858b171298bad6e)
2008-06-10Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into ↵Jelmer Vernooij1-3/+2
v4-0-fixmodulesdir (This used to be commit 74e1dd28f2f669bc196dc16b68c8b175bf835721)
2008-06-10Fix variables used in configure.Jelmer Vernooij1-2/+2
(This used to be commit 9a58d9138af51dec6eab832a78506e93a86c34c5)
2008-06-09heimdal_build: rename config.m{k,4} => internal.m{k,4}Stefan Metzmacher1-1/+1
metze (This used to be commit 33700d4a97e14aab1b45b3ddb8c80c48cd789bc6)
2008-06-09configure: we require autoconf 2.54Stefan Metzmacher1-2/+1
I've tested with autoconf from 2.53 to 2.62. metze (This used to be commit 0dbacbf8be0eacaa4db6477873b7512f7261ef4c)
2008-05-21Fix typo.Jelmer Vernooij1-1/+1
(This used to be commit f0914d0187130adcd4f239d4ea0fc9f729fdedc9)
2008-05-19Move IDL build script to rpc directory, make various bits and pieces easier ↵Jelmer Vernooij1-1/+1
to use externally. (This used to be commit 8328ff76416df5a6e05461d3a19f510b76f2e902)
2008-05-18Move writing of data.mk file to m4 macro.Jelmer Vernooij1-26/+1
(This used to be commit 7fee112d2b86b423c397118f0333065825ea3518)
2008-05-18Move writing autoconf vars into files into m4 macros.Jelmer Vernooij1-26/+2
(This used to be commit 3ce8a4bb5568bb798c40034e3fa6a613ad2bf43b)
2008-05-11Merge ldb_map into LIBLDB.Jelmer Vernooij1-1/+0
(This used to be commit 4d7925f953bc9d1fcffb4a4dd268b763c18ceae6)
2008-05-10Fix location of torture pc file.Jelmer Vernooij1-1/+1
(This used to be commit 3e2c067ec734d8c14006ce9bec75a8ffccbf72c1)
2008-04-04Install pidl by default if ExtUtils::MakeMaker is available. This should ↵Jelmer Vernooij1-0/+1
make the build process for openchange users easier. (This used to be commit 7fccd85cc673c139bc1d57915e0fccd22316998c)
2008-04-03Fix installation of dcerpc_atsvc and registry as required by samba-gtk.Jelmer Vernooij1-0/+1
(This used to be commit 64a6887ecddc1599bde5dcb06d0b74ffea1def0c)
2008-04-01Rename libsamba-config to libsamba-hostconfig.Jelmer Vernooij1-1/+1
(This used to be commit c46b7e90e347da76156ddcae4866adb88e9fec21)
2008-03-07configure: Add major version 4 to AC_INIT call.Michael Adam1-1/+1
Michael (This used to be commit 3a9514def21c448d344648d4a28f658fbcfc07eb)
2008-02-29Move manpage management out of the perl build system.Jelmer Vernooij1-0/+2
(This used to be commit 1dd6bea507f1f5e26cccf89148280721260a4673)
2008-02-29Move configure output details out of perl code.Jelmer Vernooij1-0/+9
(This used to be commit e33f357fb00cd504181562eaf2ca1d4511d5ec51)
2008-02-20Require at least talloc 1.2.0.Jelmer Vernooij1-1/+1
(This used to be commit e464a344bc11587abc5c663bc8d6471eeb314959)
2008-02-18Avoid redetermining paths; use already stored values.Jelmer Vernooij1-2/+2
(This used to be commit 0d223ddc39b7438dbce6716f1f00c29579a1f4c4)
2008-02-13Put soversions and versions for libraries with a hard-coded version in theJelmer Vernooij1-0/+19
generated .mk file. Move CPPFLAGS to be generated entirely inside configure.ac (simplifies makefile.pm). (This used to be commit a44af7c3872e900e1ea0da74ef796213030e29ac)
2008-02-13Never build .so versions of tdb/talloc from Samba 4 itself. Rather,Jelmer Vernooij1-2/+0
use shared library versions if they are provided by the system. This puts talloc and tdb in a similar situation as popt: the system version is used if provided but if it's not there or if it is too old, we use our internal version statically. (This used to be commit 86f88eb7b51377344eebf0b6fabad0f5459b3f45)
2008-02-11Automatically write AC_SUBST() vars to mkconfig.mk and use them.Jelmer Vernooij1-2/+2
(This used to be commit a22bb7725b0b825a90e955f883a34341e9f0f69e)
2008-02-10Move some variables to a separate .mk file that could also be included by a ↵Jelmer Vernooij1-0/+8
non-smb_build build system. (This used to be commit f44b838b682760e54aa981fe2e991495395d2394)
2008-01-25configure.ac: we should use AC_CONFIG_FILES() in order to use AC_OUTPUT only ↵Stefan Metzmacher1-10/+10
once metze (This used to be commit bcaba3cb725e1cbbe164132179a0849c7b546a73)
2008-01-25configure.ac: we should only create ldb.pc when use the internal ldbStefan Metzmacher1-1/+1
metze (This used to be commit 2c75bd5009020171e31b56ab3d8d6a86f19f3b49)
2008-01-22dcerpc_samr: Use manually written .pc file.Jelmer Vernooij1-0/+1
(This used to be commit 4b83dc06471818089790c42157b972964d8d02e2)
2008-01-22param: Use manually written .pc file.Jelmer Vernooij1-0/+1
(This used to be commit c0165aab47b4948b8767517b7795c6ec28fb6b6b)
2008-01-22gensec: Use manually written .pc file.Jelmer Vernooij1-0/+1
(This used to be commit 96a5ac9db2399019518e134a00c564ec1066f536)
2008-01-22torture: Use manually written .pc file.Jelmer Vernooij1-0/+1
(This used to be commit d43b18cc5e8b58ca965205cccfe25f8a120d2ca7)
2008-01-22dcerpc: Use manually written .pc files for dcerpc and ndr.Jelmer Vernooij1-0/+2
(This used to be commit 676fd18fa2914b7b5530014a944a11ea1d6f631d)
2008-01-22registry: Use manually written .pc file.Jelmer Vernooij1-0/+2
(This used to be commit 5c64d4adaf50215ec2645f76e6c0335572147614)
2008-01-22ldb/talloc/tdb: Use manually written pc file.Jelmer Vernooij1-0/+3
(This used to be commit c8947fda23eb874a7694bdee1b4de605744c2769)
2007-12-21r26196: Always build python bindings for ldb.Jelmer Vernooij1-0/+1
(This used to be commit 0aa19ce73f435cab44f83023b9b265d4761d3c31)
2007-12-21r26118: Remove whitespace that causes empty if statement to be generated.Jelmer Vernooij1-2/+1
(This used to be commit 1f096c26da5016ec2e2daea9ad7a78bc2063b423)
2007-12-21r26113: Build tdb python bindings even when not using system tdb.Jelmer Vernooij1-1/+2
(This used to be commit ebe63bd3bcb1e1c9faf2641f5b7661769eadac63)
2007-12-21r26100: Also check for SWIG.Jelmer Vernooij1-1/+0
(This used to be commit 1755adffecb8ed68047d6ad69087a680cc63ba8f)
2007-12-21r26090: Make building tdb python bindings independent of use of external tdb.Jelmer Vernooij1-1/+3
(This used to be commit bfe54e2f197ea3ef760aeeef8c248ff71419ecd8)
2007-12-21r26089: Move python detection to a separate file, and don't make it an error ↵Jelmer Vernooij1-119/+1
if it isn't available. (This used to be commit 4e7709379de2fb9bf1eafd9ee9cbe10a0e6df51e)
2007-12-21r26068: Import improved Python bindings for LDB, including tests.Jelmer Vernooij1-1/+118
(This used to be commit fc3a8caef749ddac56a4f035dde8b6ceeaa95c48)
2007-12-21r25839: use nss_wrapper code in samba4 ifStefan Metzmacher1-0/+1
--enable-nss-wrapper or --enable-developer is given metze (This used to be commit f8bc6b9ad0eec60bff7fdc5653397efd9a044a29)
2007-10-10r25425: move LDB_MODULESDIR define into config.hStefan Metzmacher1-0/+18
this hopefully fixes the build on some hosts metze (This used to be commit d03ec5655d84c1f0f8bdcc88398067651cf7d78c)
2007-10-10r25190: Update talloc version to 1.1.0 after API-incompatible changes.Jelmer Vernooij1-1/+1
(This used to be commit 66000a1fa2365cd8a08e3ecaaa116b27eb74e8b8)
2007-10-10r25123: we only need lib/ldb/sqlite3.m4 and lib/ldb/libldb.m4,Stefan Metzmacher1-2/+1
when we build our own ldb... metze (This used to be commit 775f723c80335d3c701b907af18420ae68933d2f)
2007-10-10r25106: ldb_map is provided by libldb.so in the system-provided ldb.Jelmer Vernooij1-1/+1
(This used to be commit 15476d75e781a9755f2e842d83527836758e4369)
2007-10-10r25093: Use system-provided ldb library if available. Note that this only ↵Jelmer Vernooij1-0/+12
means using the ldb library from the system - the custom command-line tools for Samba 4 will still be built even if they are already provided by the system. (This used to be commit 8aab673df5200a4555777caf4ee58907cf6fe4cc)
2007-10-10r24997: Re-enable use of system-provided tdb and/or talloc when available.Jelmer Vernooij1-17/+15
(This used to be commit 0a3b53fd2cbd15c1e5839990e721bbe4d2f7d4af)
2007-10-10r23481: As per metze's suggestion, move the nsstest files from torture/ to ↵Kai Blin1-1/+1
nsswitch/ (This used to be commit 4e7dc9eae4a30f67a87dbf8ccfda7f6a3ace114d)