summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/config.m4
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r8463: more irix fixes. This one adds some missing addrinfo functionsAndrew Tridgell1-0/+9
(This used to be commit 87f7098ee3a24be202b6aaa1ab2a4e44b7b89975)
2007-10-10r8450: more configure tests for solaris. It now builds some binaries, butAndrew Tridgell1-0/+6
fails in the ejs floating point code. (This used to be commit 30e1b6140e9f6246cb66eef7cf108d1ccf62bd40)
2007-10-10r8449: - search for lex and yacc properlyAndrew Tridgell1-0/+3
- added target specific flags to get the #include order right for com_err and asn1 files in heimdal (This used to be commit c721c8ca380db756ae2ccf3711be894bab8d5318)
2007-10-10r8425: add err() and errx() functions needed by for compile_et on some systemsAndrew Tridgell1-0/+2
(This used to be commit 72a769b6d1a1ce5f8a19010074960b692b4755db)
2007-10-10r8424: bring in some more of heimdals m4 macros, and remove the hard-coding ↵Andrew Tridgell1-0/+62
of several test results (This used to be commit b173c938b2ced061ee341831e96001455fbf83d1)
2007-10-10r8422: needed on irix 6.4Andrew Tridgell1-0/+1
(This used to be commit db3f227c1c3b837e235566a7df7411d4d7e52c12)
2007-10-10r8421: needed for build on solaris10Andrew Tridgell1-0/+1
(This used to be commit c40d6d4b5cd6613d1161615b6ba213a26acda29e)
2007-10-10r8393: check for bswap16 and bswap32Love Hörnquist Åstrand1-6/+91
(This used to be commit 707e3726d3b200edef7995eaa5b41a434d5ce9b1)
2007-10-10r8367: another configure test needed by netbsd for heimdalAndrew Tridgell1-1/+1
(This used to be commit 8ddf866438231192c4884877d9e80f0d525ee431)
2007-10-10r8312: fixed some heimdal header checks from watching the build farm failuresAndrew Tridgell1-2/+2
when we added heimdal we dropped from 10 passing builds to 1, but hopefully that will go up with a bit of effort (This used to be commit 753d7ab715701a162689ffe9cdff7c56fcf7f2a2)
2007-10-10r8309: more heimdal configure checks needed for FreeBSDAndrew Tridgell1-1/+1
(This used to be commit b5e8409e3b046c151996009c2dc980e55f09fb67)
2007-10-10r8306: some more heimdal configure checksAndrew Tridgell1-1/+2
(This used to be commit 575413fc863147ee46e1ff658af1d74093fc7686)
2007-10-10r8278: this should fix the heimdal h_errno warningsAndrew Tridgell1-1/+10
(This used to be commit 5812e74c4f2b95eec89b434371c86268892feaac)
2007-10-10r8161: Update Samba4 for the new Heimdal update.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit 6a9b6373273f135fe012a6603707d77c2a65e9fa)
2007-10-10r7869: revert the configure changes from jelmers commit for heimdal_buildAndrew Tridgell1-4/+5
(they are needed when you use the in-tree heimdal) (This used to be commit 53b2cdcda56746256b2ede3f0f482e854c700b3f)
2007-10-10r7866: Remove some unused autoconf macro calls.Jelmer Vernooij1-5/+4
Some of these should probably be re-added again later when we need them. They should then be added to the appropriate config.m4 file in the source tree rather then in rewrite.m4. (This used to be commit 4eca613470139f6425f454aea016566f9deffa3e)
2007-10-10r7360: added a few more heimdal configure testsAndrew Tridgell1-0/+1
(This used to be commit 0f2943ac175c4e2fee6f68c9909d74b2018f40a2)
2007-10-10r7359: add configure test for strsep (might helps abartlets build of heimdal)Andrew Tridgell1-1/+1
(This used to be commit 2209655c802db01dd35778efd7857503a7e50b9f)
2007-10-10r7352: the internal heimdal build change. This changes quite a few things:Andrew Tridgell1-0/+15
- if you want kerberos now, you need to unpack a lorikeet heimdal tree in source/heimdal/. If source/heimdal/ does not exist at configure time then all kerberos features are disabled. You cannot use an external kerberos library for now. That may change later. - moved lib/replace/ config stuff to lib/replace/ and create a lib/replace/replace.h. That allows the heimdal build to use our portability layer, and prevenets duplicate definitions of functions like strlcat() - if you do enable heimdal, then you will need to do 'make HEIMDAL_EXTERNAL' before you build Samba. That should be fixed once I explain the problem to jelmer (the problem is the inability to set a depend without also dragging in the object list of the dependency. We need this for building the heimdal asn1 compiler and et compiler. - disabled all of the m4 checks for external kerberos libraries. I left them in place in auth/kerberos/, but disabled it in configure.in some of the heimdal_build/ code is still very rough, for example I don't correctly detect the correct awk, flex, bison replacements for heimdal_build/build_external.sh. I expect to fix that stuff up over the next few days. (This used to be commit d4648249b2c7fc8b5e7c0fc8d8f92ae043b5691f)
2007-10-10r7322: the beginnings of a in-tree heimdalAndrew Tridgell1-0/+6
(This used to be commit e6a2174050bb55afb32d54b8cfe12c7358bf98f2)