summaryrefslogtreecommitdiffstats
path: root/source4/build/m4
Commit message (Collapse)AuthorAgeFilesLines
...
* r3027: got rid of some configure checks we don't need any moreAndrew Tridgell2007-10-101-45/+5
| | | | (This used to be commit 6a3f356b763b0577e2ad3e7ea74bee932c04a46b)
* r2951: fixed the intptr_t test for discard_const()Andrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 3318cf2722597e57d1731152b2607f6b167e45b9)
* r2900: rusty pointed out to me that discard_const() can be done via a macroAndrew Tridgell2007-10-101-0/+1
| | | | | | | on systems that have the intptr_t type, and for systems that don't have it, they also almost certainly won't have -Wcast-qual, so we can use a void* cast. (This used to be commit 2132d38f9c5ba59825558d5ba084a514ebc2626b)
* r2656: moved the seteuid configure tests into the posix backend (these testsAndrew Tridgell2007-10-101-58/+0
| | | | | don't actually work yet, that will come later) (This used to be commit 46b790c19da25ba88d29f555f828688bb05e531d)
* r2582: Merge checks for xattr and acl libraries from Samba3 so the ↵Tim Potter2007-10-101-0/+114
| | | | | | | {get,set}ntacl programs can build on non-xattr machines. (This used to be commit daad76207dbb4060c231a58c99970e837e1e858f)
* r1988: Let Samba use all POSIX features available on VOS.Paul Green2007-10-101-2/+2
| | | | | paulg (This used to be commit a489ea5ebec852c33c4d659893144b0577ee8af1)
* r1973: for systems that don't have strtoull() try strtouq(). This should fixAndrew Tridgell2007-10-101-1/+1
| | | | | the build for some BSD varients. (This used to be commit 73e9ee791472bb212efe0eb4744daa91678263ad)
* r1943: don't use the with --enable-*developer selected flags forStefan Metzmacher2007-10-101-5/+0
| | | | | | | | | | | | the configure tests. and test if the compiler really understand the options, and clear them when not this means we can maybe use --enable-developer on the build farm now metze (This used to be commit 35624842c7b25c404e6203564005e3098e4249b4)
* r1308: move smb_panic() to lib/fault.cStefan Metzmacher2007-10-101-1/+1
| | | | | | | merge the backtrace stuff from 3.0 metze (This used to be commit 4daf1bafc71cc8f13188aeb85d81aa7513d57d95)
* r1073: import DYNEXP flags to smb_buildStefan Metzmacher2007-10-101-1/+8
| | | | | | | | | | | | and use @{$SMB_BUILD_CTX->{BUILD_ENV}{LD}{DYNEXP}} for the flags I'll use this for all vars which are currently using AC_SUBST(), so we can skip Makefile.in... (this should fix the build on us4...) metze (This used to be commit 798cbed5a328bd773447f1ee0b4f6ea751062e7e)
* r1037: Always export all symbolsJelmer Vernooij2007-10-101-152/+146
| | | | (This used to be commit 0209dce1eb9c62c0e454906d9ba015d8c5f5abf6)
* r970: - remove unused wchar_t checkStefan Metzmacher2007-10-101-22/+0
| | | | | | | - move immediate structures check to the compiler checks metze (This used to be commit e2a322aa116de9977f6438f9eb6d2af42799ab83)
* r967: move some configure checks to seperate filesStefan Metzmacher2007-10-101-111/+6
| | | | | metze (This used to be commit 2d109074e8be712a6eb0cfc76439176e3dcdee3a)
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit 2986c5f08c8f0c26a2ea7b6ce20aae025183109f)
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit af6f1f8a01bebbecd99bc8c066519e89966e65e3)
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit 0e5517d937a2eb7cf707991d1c7498c1ab456095)
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-101-0/+2
| | | | | | | | | | structures. This was suggested by metze recently. I checked on the build farm and all the machines we have support 64 bit ints, and support the LL suffix for 64 bit constants. I suspect some won't support strtoll() and related functions, so we will probably need replacements for those. (This used to be commit 9a9244a1c66654c12abe4379661cba83a73c4c21)
* r765: add SMB_INCLUDE_M4() macro as wrapper arround sinclude()Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit afbe692b47f4aa6ebe2155927be00197fafe13f3)
* r749: move the basic type checksStefan Metzmacher2007-10-101-12/+17
| | | | | | | | | | be more restrict if we don't have 'long long' or it's size is less than 8 bytes (maybe only for a while, but if the build farm like it we may let it in forever since the smb protocol really need 64 bit variables!) metze (This used to be commit 4a13cc22b464dfc4cbecfa6922b14c60d95876bd)
* r748: get some more info about what the compilers in the build farm supportStefan Metzmacher2007-10-101-3/+10
| | | | | | | what we need is a test if the compiler does ANSI c99 metze (This used to be commit e8a11e441b074f9dc1c7c24c9048f8927dac8e59)
* r703: only use $PERL -W when --enable-debugStefan Metzmacher2007-10-101-0/+3
| | | | | metz (This used to be commit 6289da6783d91637a6be76a4e5444fc22570eca0)
* r680: fail directly when we notice that perl is not thereStefan Metzmacher2007-10-101-1/+7
| | | | | | | (we fail anyway) metze (This used to be commit 9f6deb7d795fbddc973e84a45ecb1273aa4f3aea)
* r147: - Remove dublicate ldap tests (richard the current test is in ↵Stefan Metzmacher2007-10-101-0/+17
| | | | | | | | | | | | | | | | | | | | libads/config.m4 :-) - Move sendfile check to ntvfs/config.m4 - Move comparison_fn_t check to build/m4/rewrite.m4 Please do not new tests to configure.in directly, please add them to the subsystems config.m4 file where they belong to or to build/m4/rewrite.m4 if you don't know where to put it for now Thanks I know samba4's build system is not completly rewritten. I have a lot of updatest in my local tree, but it's not complete yet when it's complete I'll write documentation for it:-) metze (This used to be commit 31c23f14d60a4aa41e0500e369f25ed6dc7ddae7)
* - creat the LIBCMDLINE subsystemStefan Metzmacher2004-02-221-71/+0
| | | | | | | | | | including readline and popt - creat the CONFIG subsystem including param/* dynconfig.* and passdb/secrets.* metze (This used to be commit bfd7fd21c8e38c0065fc41dde10e863a169878c2)
* don't inlcude rpc/rpc.h and rpcsvc/*.h anymoreStefan Metzmacher2004-02-181-72/+1
| | | | | | | | and remove NET_GROUP stuff, this needs to be implemented in a better way if we ever readd this metze (This used to be commit da5f22976fb40ec96160439c7a926a15805fc7f0)
* remove unused NISPLUS/AUTOMOUNT stuffStefan Metzmacher2004-02-181-11/+0
| | | | | metze (This used to be commit cbfa29549e5b302f947c7f2ca14fbea257e46c33)
* move external configure test programsStefan Metzmacher2004-02-131-11/+11
| | | | | | | from tests/*.c to build/tests/*.c metze (This used to be commit dea3a3acbfe2341f9276ceaec2a42f0931e2c336)
* move all old configure checks to build/m4/rewrite.m4Stefan Metzmacher2004-02-131-0/+1787
we should get rid of this file in the end:-) the tests should go into subsystems config.m4 files the goal is to know which tests belong to what code and remove unused tests to make configure a bit faster metze (This used to be commit 3abb0fd19b27261e2b9fa46f287162be8f096913)