summaryrefslogtreecommitdiffstats
path: root/source4/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* tevent: move samba4 stuff from libtevent.m4 to samba.m4Stefan Metzmacher2009-01-041-6/+1
| | | | metze
* tevent: raise version to 0.9.2 after AUTOCLOSE changesStefan Metzmacher2009-01-031-1/+1
| | | | metze
* tevent: raise version to 0.9.1Stefan Metzmacher2009-01-031-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
* lib/tevent: libtevent will change a lot until it's version 1.0.0Stefan Metzmacher2008-12-241-1/+1
| | | | metze
* Allow using external libtevent.Jelmer Vernooij2008-12-231-2/+11
|
* Use make variable for Samba 4 shared library output directory.Jelmer Vernooij2008-12-231-3/+3
|
* Depend on specific version of LDB, as the API seems to unstableJelmer Vernooij2008-12-191-1/+1
| | | | | to predict that newer versions (even minor versions) are going to be be backwards compatible :-(
* s4:lib/tevent: add lib/events/ compat and let things compileStefan Metzmacher2008-12-171-2/+2
| | | | metze
* nsswitch: Move nsswitch files from source4 to top level nsswitch dirKai Blin2008-12-161-2/+2
|
* Move torture directory to top-level.Jelmer Vernooij2008-11-161-1/+1
|
* Move charset library to top level.Jelmer Vernooij2008-10-241-1/+1
|
* Use common detection function for zlib.Jelmer Vernooij2008-10-181-1/+6
|
* Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2008-10-151-1/+0
|\
| * Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-10-141-1/+1
| |\
| * | Make check_*.m4 m4 library files just contain functions that can beJelmer Vernooij2008-10-141-1/+0
| | | | | | | | | | | | executed from other m4 files.
* | | Fix include path.Jelmer Vernooij2008-10-151-1/+1
| |/ |/|
* | Move ndr pkg-config file to top-level.Jelmer Vernooij2008-10-141-1/+1
|/
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-7/+7
| | | | | | Conflicts: source4/Makefile
* s4:configure: require tdb >= 1.1.3 from the systemStefan Metzmacher2008-09-291-1/+1
| | | | metze
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejsJelmer Vernooij2008-09-181-11/+11
|\ | | | | | | | | Conflicts: source4/main.mk
| * Fix pidl/config.m4 location.Jelmer Vernooij2008-09-171-1/+1
| |
| * Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-10/+10
| |
| * Merge branch 'singlepopt' into singleJelmer Vernooij2008-09-161-1/+1
| |\ | | | | | | | | | | | | Conflicts: source4/Makefile
| | * Use a single copy of popt in samba3 and samba4.Jelmer Vernooij2008-09-161-1/+1
| | |
| * | Merge branch 'singlensswrap' into singleJelmer Vernooij2008-09-161-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
| | * | Use single cope of nss_wrapper in Samba 3 and Samba 4.Jelmer Vernooij2008-09-161-1/+1
| | |/
| * | Merge branch 'singlesw' into singleJelmer Vernooij2008-09-161-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: source3/lib/socket_wrapper/socket_wrapper.c source4/lib/replace/system/network.h
| | * | Use single copy of socket_wrapper in Samba 3 and Samba 4.Jelmer Vernooij2008-09-161-1/+1
| | |/
| * | Merge branch 'singlereplace' into singleJelmer Vernooij2008-09-161-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: source4/configure.ac source4/torture/local/config.mk
| | * | Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij2008-09-161-2/+2
| | |/
| * | Merge branch 'singletdb' into singleJelmer Vernooij2008-09-161-3/+3
| |\ \
| | * | Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij2008-09-161-3/+3
| | |/
| * / Share talloc source code between Samba 3 and Samba 4.Jelmer Vernooij2008-09-161-3/+3
| |/
* / Remove remaining embedded JavaScript support.Jelmer Vernooij2008-09-161-1/+0
|/
* lib: prepare the build of zlibStefan Metzmacher2008-08-071-0/+1
| | | | | metze (This used to be commit 159df68c04c9ae437ab48991154e91161ef72754)
* heimdal: add experimental --enable-external-heimdalStefan Metzmacher2008-08-011-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)
* Make sure events pc file gets installed.Jelmer Vernooij2008-06-171-0/+1
| | | | (This used to be commit e12c0b61573f27969a79d4c07a8fd42f6c931d7e)
* This patch make it possible to build the events library completelySimo Sorce2008-06-141-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)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into ↵Jelmer Vernooij2008-06-101-3/+2
|\ | | | | | | | | | | v4-0-fixmodulesdir (This used to be commit 74e1dd28f2f669bc196dc16b68c8b175bf835721)
| * heimdal_build: rename config.m{k,4} => internal.m{k,4}Stefan Metzmacher2008-06-091-1/+1
| | | | | | | | | | metze (This used to be commit 33700d4a97e14aab1b45b3ddb8c80c48cd789bc6)
| * configure: we require autoconf 2.54Stefan Metzmacher2008-06-091-2/+1
| | | | | | | | | | | | | | I've tested with autoconf from 2.53 to 2.62. metze (This used to be commit 0dbacbf8be0eacaa4db6477873b7512f7261ef4c)
* | Fix variables used in configure.Jelmer Vernooij2008-06-101-2/+2
|/ | | | (This used to be commit 9a58d9138af51dec6eab832a78506e93a86c34c5)
* Fix typo.Jelmer Vernooij2008-05-211-1/+1
| | | | (This used to be commit f0914d0187130adcd4f239d4ea0fc9f729fdedc9)
* Move IDL build script to rpc directory, make various bits and pieces easier ↵Jelmer Vernooij2008-05-191-1/+1
| | | | | | to use externally. (This used to be commit 8328ff76416df5a6e05461d3a19f510b76f2e902)
* Move writing of data.mk file to m4 macro.Jelmer Vernooij2008-05-181-26/+1
| | | | (This used to be commit 7fee112d2b86b423c397118f0333065825ea3518)
* Move writing autoconf vars into files into m4 macros.Jelmer Vernooij2008-05-181-26/+2
| | | | (This used to be commit 3ce8a4bb5568bb798c40034e3fa6a613ad2bf43b)
* Merge ldb_map into LIBLDB.Jelmer Vernooij2008-05-111-1/+0
| | | | (This used to be commit 4d7925f953bc9d1fcffb4a4dd268b763c18ceae6)
* Fix location of torture pc file.Jelmer Vernooij2008-05-101-1/+1
| | | | (This used to be commit 3e2c067ec734d8c14006ce9bec75a8ffccbf72c1)
* Install pidl by default if ExtUtils::MakeMaker is available. This should ↵Jelmer Vernooij2008-04-041-0/+1
| | | | | | make the build process for openchange users easier. (This used to be commit 7fccd85cc673c139bc1d57915e0fccd22316998c)
* Fix installation of dcerpc_atsvc and registry as required by samba-gtk.Jelmer Vernooij2008-04-031-0/+1
| | | | (This used to be commit 64a6887ecddc1599bde5dcb06d0b74ffea1def0c)