summaryrefslogtreecommitdiff
path: root/source4/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2009-03-15configure: Add common file with minimum versions of external libraries.Jelmer Vernooij1-4/+6
2009-03-15Merge branch 'checktalloc' of /home/jelmer/samba4Jelmer Vernooij1-1/+1
2009-03-14Depend on a newer talloc in Samba 4.Jelmer Vernooij1-1/+1
2009-03-13s4:build: require tevent 0.9.4Stefan Metzmacher1-1/+1
metze
2009-03-05Update talloc version so we don't fail on system talloc 1.2.0Andrew Bartlett1-1/+1
The problem is that talloc in the Samba tree now includes talloc_get_type_abort(), which is not present on Fedora 10 or ubuntu's talloc 1.2.0. Andrew Bartlett
2009-02-21Let --enable-external-libldb default to no (since linking againstJelmer Vernooij1-2/+1
external LDB doesn't work yet). Fix flags when using internal libs.
2009-02-21Add --enable-external-* flags for libraries shipped with Samba, to allowJelmer Vernooij1-5/+4
explicitly enabling or disabling the use of the version provided by the system.
2009-02-13s4:configure: require the same version for external and internal libteventStefan Metzmacher1-1/+1
Until we reach 1.0.0, we better require the exact same version. metze
2009-01-31s4:build: require ldb 0.9.3 when building against an external libraryStefan Metzmacher1-1/+1
metze
2009-01-22Move configure test files to the top-level and share them between s3 andJelmer Vernooij1-1/+1
s4.
2009-01-04tevent: move samba4 stuff from libtevent.m4 to samba.m4Stefan Metzmacher1-6/+1
metze
2009-01-03tevent: raise version to 0.9.2 after AUTOCLOSE changesStefan Metzmacher1-1/+1
metze
2009-01-03tevent: raise version to 0.9.1Stefan Metzmacher1-1/+1
This 0.9.1 isn't compatible with 0.9.0, but it makes only sense to raise the major version after we have reached 1.0.0. metze
2008-12-24lib/tevent: libtevent will change a lot until it's version 1.0.0Stefan Metzmacher1-1/+1
metze
2008-12-23Allow using external libtevent.Jelmer Vernooij1-2/+11
2008-12-23Use make variable for Samba 4 shared library output directory.Jelmer Vernooij1-3/+3
2008-12-19Depend on specific version of LDB, as the API seems to unstableJelmer Vernooij1-1/+1
to predict that newer versions (even minor versions) are going to be be backwards compatible :-(
2008-12-17s4:lib/tevent: add lib/events/ compat and let things compileStefan Metzmacher1-2/+2
metze
2008-12-16nsswitch: Move nsswitch files from source4 to top level nsswitch dirKai Blin1-2/+2
2008-11-16Move torture directory to top-level.Jelmer Vernooij1-1/+1
2008-10-24Move charset library to top level.Jelmer Vernooij1-1/+1
2008-10-18Use common detection function for zlib.Jelmer Vernooij1-1/+6
2008-10-15Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij1-1/+0
2008-10-15Fix include path.Jelmer Vernooij1-1/+1
2008-10-14Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-1/+1
2008-10-14Make check_*.m4 m4 library files just contain functions that can beJelmer Vernooij1-1/+0
executed from other m4 files.
2008-10-14Move ndr pkg-config file to top-level.Jelmer Vernooij1-1/+1
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij1-7/+7
Conflicts: source4/Makefile
2008-09-29s4:configure: require tdb >= 1.1.3 from the systemStefan Metzmacher1-1/+1
metze
2008-09-18Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejsJelmer Vernooij1-11/+11
Conflicts: source4/main.mk
2008-09-17Fix pidl/config.m4 location.Jelmer Vernooij1-1/+1
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-10/+10
2008-09-16Remove remaining embedded JavaScript support.Jelmer Vernooij1-1/+0
2008-09-16Merge branch 'singlepopt' into singleJelmer Vernooij1-1/+1
Conflicts: source4/Makefile
2008-09-16Use a single copy of popt in samba3 and samba4.Jelmer Vernooij1-1/+1
2008-09-16Merge branch 'singlensswrap' into singleJelmer Vernooij1-1/+1
Conflicts: source3/configure.in source4/Makefile source4/configure.ac source4/lib/nss_wrapper/nss_wrapper.c source4/lib/replace/system/passwd.h source4/main.mk
2008-09-16Use single cope of nss_wrapper in Samba 3 and Samba 4.Jelmer Vernooij1-1/+1
2008-09-16Merge branch 'singlesw' into singleJelmer Vernooij1-1/+1
Conflicts: source3/lib/socket_wrapper/socket_wrapper.c source4/lib/replace/system/network.h
2008-09-16Merge branch 'singlereplace' into singleJelmer Vernooij1-2/+2
Conflicts: source4/configure.ac source4/torture/local/config.mk
2008-09-16Merge branch 'singletdb' into singleJelmer Vernooij1-3/+3
2008-09-16Use single copy of socket_wrapper in Samba 3 and Samba 4.Jelmer Vernooij1-1/+1
2008-09-16Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij1-2/+2
2008-09-16Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij1-3/+3
2008-09-16Share talloc source code between Samba 3 and Samba 4.Jelmer Vernooij1-3/+3
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)