summaryrefslogtreecommitdiff
path: root/source4/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r18447: make sure we bail out if the config.h is not generatedStefan Metzmacher1-0/+1
by samba's configure. this could happen when you have done a standalone build in lib/replace/, lib/talloc, ... metze (This used to be commit d8e88386748d3952c6a82726c9d36cad870992fd)
2007-10-10r18279: libreplace.m4 needs to come first or autoconf complains, as libreplaceAndrew Tridgell1-1/+1
checks for global system flags (This used to be commit 6eefd44a878ed712bd789c84e89e70c586621b09)
2007-10-10r18219: move some more portability checks out of samba4 and info lib/replaceAndrew Tridgell1-1/+0
(This used to be commit 50318dc55ed5eb70adb02a5680498fad3c3e590d)
2007-10-10r18181: use:Stefan Metzmacher1-7/+0
CC and CFLAGS LD and LDFLAGS STLD and STLD_FLAGS SHLD and SHLD_FLAGS all controled by configure and import the values from samba3 which are more recent metze (This used to be commit 5e59153735102df6fae2eaaac6a7c3db86c95f8f)
2007-10-10r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell1-1/+0
isolation of our portability environment from the main code, and also simplifies the includes system (no separate #ifdef _SAMBA_BUILD for tdb. ldb etc now) (This used to be commit 77d1a468e06290aba789e2f3affc769fc5159a21)
2007-10-10r18121: Simplify m4 code, hopefully fix Samba4 build problems.Jelmer Vernooij1-1/+2
(This used to be commit 1adf65b4d7c5d2d4f65d4b28575bdf2368a42139)
2007-10-10r18117: first steps in making samba4 use libreplaceAndrew Tridgell1-3/+3
(This used to be commit c079cedb084d621c5a0aac59310b237ba375df20)
2007-10-10r18094: try to fix the samba4 buildStefan Metzmacher1-1/+1
metze (This used to be commit 3c00983e2cda2ea55585c25926014e7374d613ce)
2007-10-10r18087: use m4_include() do notice missing filesStefan Metzmacher1-42/+41
metze (This used to be commit 77948d26f046ac2857260918bd01172bf2166e21)
2007-10-10r17755: fix the build...Stefan Metzmacher1-0/+1
I hope we can find a more clean approach to import lib/replace/ into ldb. metze (This used to be commit f9fc3f08258d36b6008aac207471f1e193065321)
2007-10-10r17588: this file doesn't exist anymoreStefan Metzmacher1-1/+0
metze (This used to be commit 2da459287f77f00258f196510963674300982907)
2007-10-10r16051: Move the XATTR compatability code into a new file, so I can use it forAndrew Bartlett1-0/+1
the getntacl utility. Andrew Bartlett (This used to be commit b1e0d4747b412929e1d4e24d6d9e504df3ddc824)
2007-10-10r15572: Trim build/m4/rewrite.m4 a bit more, remove unused tests.Jelmer Vernooij1-0/+4
(This used to be commit d72c5c8f755277eb22e1f6834d98202f00c09934)
2007-10-10r15565: Rename configure.in to configure.ac, which is the name preferredJelmer Vernooij1-0/+136
by autoconf these days (This used to be commit e0c178d297a978d3b4e942cc9d3d35127f898814)