Commit Graph

542 Commits

Author SHA1 Message Date
Howard Chu
9556aecdce There can be multiple ETCDIR instances on a line 2007-11-09 03:56:26 +00:00
Howard Chu
fd43761eae Add db-4.6 check, delete db-4.1 check. Try -ldbX.Y first 2007-09-01 02:25:04 +00:00
Pierangelo Masarati
dbad13ead2 workaround open() being a macro in glibc 2.6 (ITS#5075) 2007-08-06 12:57:24 +00:00
Kurt Zeilenga
d7c098f4eb notice cleanup 2007-07-05 21:53:00 +00:00
Hallvard Furuseth
5514698883 ITS#5033: Do not make depend if configure does not figure out how 2007-07-02 15:15:31 +00:00
Hallvard Furuseth
99d6b5cc18 Removed ldbm and its underlying databases gdbm, mdbm and ndbm 2007-06-14 23:19:42 +00:00
Howard Chu
66eba3ba9c slurpd is strongly deprecated 2007-04-05 23:41:35 +00:00
Kurt Zeilenga
450dd65de4 Add detection for Berkeley DB 4.5 libraries 2007-02-06 17:52:57 +00:00
Howard Chu
9a40e39f36 Fix soelim invocation for objdir builds 2007-02-01 10:58:40 +00:00
Kurt Zeilenga
6dcd9a9f77 Use soelim to fix .so problem
(Assumes soelim is generally available)
2007-01-02 20:25:16 +00:00
Kurt Zeilenga
da6d9eb046 happy new year 2007-01-02 20:00:42 +00:00
Howard Chu
415d9f50b2 Reject BDB version 4.3; it is too unstable. 2006-11-16 20:48:45 +00:00
Howard Chu
f41d5a1cb1 Add region-size patch for posterity 2006-10-28 08:33:00 +00:00
Howard Chu
8585b7d6bb ITS#4606 fix sys_errlist detection on WIN32 / MSVC 2006-09-14 05:02:41 +00:00
Kurt Zeilenga
86c4079aa9 rm cruft 2006-07-27 18:45:30 +00:00
Kurt Zeilenga
680b98baaf ITS#4415: touch ucdata.h 2006-05-13 01:53:31 +00:00
Kurt Zeilenga
8ae67056fa remove LDBM cruft 2006-04-11 18:49:46 +00:00
Kurt Zeilenga
b5fd7e342a fix typo in last commit 2006-04-08 04:19:48 +00:00
Kurt Zeilenga
6a64f4bc24 Remove configure support for LDBM 2006-04-08 04:15:37 +00:00
Kurt Zeilenga
4ce1deab46 update shtool to 2.0.5 2006-04-03 22:21:16 +00:00
Kurt Zeilenga
9a82a56779 update to v1.5.22 2006-04-03 22:16:47 +00:00
Kurt Zeilenga
7660018ef4 cleanup --with-tls handle 2006-02-17 22:46:22 +00:00
Kurt Zeilenga
acbb5cf689 Happy new year! 2006-01-03 23:11:52 +00:00
Kurt Zeilenga
1799e235da Ready for new year 2006-01-03 19:04:27 +00:00
Kurt Zeilenga
32188bcc84 detect Berkeley DB major/minor versions and use them to
reduce library link tries.
2005-11-16 07:59:14 +00:00
Kurt Zeilenga
14f9adce9c Add BDB 4.4 detection 2005-11-16 06:49:36 +00:00
Kurt Zeilenga
1cf5838e08 detect ICU and link it into slapd(8)
not yet used
2005-11-16 06:31:00 +00:00
Kurt Zeilenga
a956f75924 Add (not yet used) ICU detection 2005-11-16 05:46:32 +00:00
Kurt Zeilenga
8df642ea32 No longer needed. 2005-11-03 18:36:13 +00:00
Kurt Zeilenga
71efc97f97 Update libtool to 1.5.20 2005-10-29 23:37:13 +00:00
Hallvard Furuseth
023d510766 Support POSIX 1003.1-2001 without XSI extensions (ITS #2667):
Do not use test -a/-o.  Use shell features like &&, || or case...esac.
Use grep instead of egrep (but not the not-yet-portable Posix variant grep -E).
Based on a patch from Paul Eggert.
2005-09-17 22:22:15 +00:00
Howard Chu
7b6a088a25 ITS#3977, fix libtool -static behavior to match docs 2005-08-29 10:34:14 +00:00
Howard Chu
4cc7efdadc Revert ITS#3577 patch, breaks Windows build and not needed in RE23. 2005-08-26 02:20:45 +00:00
Kurt Zeilenga
f07015dad2 Update build tools based upon OPENLDAP_AC work 2005-08-25 20:09:26 +00:00
Howard Chu
166048823a Enhance OL_ARG_ENABLE for overridable defaults, trim some redundancy in
the passed in help string. (Append the valid args to the help string...)
2005-08-25 09:48:28 +00:00
Howard Chu
7b613bb85b Cleanup OL_ARG_xx, don't use changequote. 2005-08-25 06:16:29 +00:00
Howard Chu
3208c1581f Fix OL_PTHREAD_TRY 2005-08-24 10:51:44 +00:00
Pierangelo Masarati
5631f25839 alternate fix to ITS#3916 2005-08-13 15:22:09 +00:00
Kurt Zeilenga
4d5ecb6c89 replace sig_atomic_t and socklen_t macros 2005-08-13 02:47:42 +00:00
Kurt Zeilenga
f799a2e4ba replace struct msghdr macros 2005-08-13 02:17:12 +00:00
Kurt Zeilenga
77173d35e9 Replace PW_GECOS/PASSWD macros 2005-08-12 22:28:17 +00:00
Kurt Zeilenga
7c5105fc93 ITS#3904: fix installed man page symlinks 2005-08-12 21:14:32 +00:00
Kurt Zeilenga
b867b4f49b Replace openldap.m4/AC_COMPILE_CHECK_SIZEOF use with AC_CHECK_SIZEOF
Use AC_CHECK_TYPE(S) instead of old macros
2005-08-12 20:00:00 +00:00
Kurt Zeilenga
7434c31079 autoupdate + manual fixes 2005-08-12 10:55:09 +00:00
Kurt Zeilenga
ff2196abc9 Initial auto tools update (in OPENLDAP_AC branch) 2005-08-12 03:52:59 +00:00
Kurt Zeilenga
e371d7c68b AC_DEFUN cleanup 2005-08-12 03:20:54 +00:00
Kurt Zeilenga
bc1e3083d5 Fix typo 2005-08-10 23:50:50 +00:00
Kurt Zeilenga
af3fbd7909 Add OpenLDAP notices 2005-08-10 23:50:11 +00:00
Kurt Zeilenga
34d1b107c9 Revert libtool update
configure.in and build/*.m4 have to be updated first to latest autoconf (ugh)
2005-08-10 23:43:06 +00:00
Kurt Zeilenga
95498d0ddd A more recent version of libtool 2005-08-10 23:18:03 +00:00
Kurt Zeilenga
7e76d9d445 Update libtool to 1.5 by replacing ltmain.sh
aclocal.m4 not fully updated.  Could be a problem???
2005-08-10 19:08:06 +00:00
Hallvard Furuseth
4bd330503f Let --<enable/disable>-<backends/overlays> provide a default instead
of overriding individual settings.
The --disable variant will disable all backends/overlays that are
not explicitly enabled.  Previously it had no effect.
Also shorten a few --enable help messages that were > 80 characters.
2005-08-07 18:08:02 +00:00
Kurt Zeilenga
7339896d60 ITS#3752: Update to shtool 2.0.2 2005-06-30 23:47:02 +00:00
Howard Chu
376537f3d7 ITS#3577 Make librewrite shared - > liblrewrite.la 2005-05-11 10:18:27 +00:00
Kurt Zeilenga
e9721ffbe4 Add code to build guide 2005-05-11 08:26:56 +00:00
Howard Chu
e0b34e9a2d Add (very limited) libtool 1.5 --tag support 2005-05-09 00:13:05 +00:00
Kurt Zeilenga
efe91e52f4 Move $STRIP to top.mk, expand use. 2005-04-30 03:48:25 +00:00
Kurt Zeilenga
5c1d9a1748 Add generation of SHA-1 hash. 2005-04-02 22:19:15 +00:00
Kurt Zeilenga
28666f5ea8 Fix yet another typo 2005-04-02 20:58:24 +00:00
Kurt Zeilenga
a50568cdee Fix typo in last commit 2005-04-02 20:54:34 +00:00
Kurt Zeilenga
3cba3840ac Add new resolver checks 2005-04-02 20:52:18 +00:00
Kurt Zeilenga
09919ad2c8 Tweak notes. 2005-03-20 22:49:46 +00:00
Howard Chu
ed519d1e8b More notes 2005-03-20 22:12:52 +00:00
Kurt Zeilenga
3fe8eb637a Additional comment 2005-03-20 21:21:53 +00:00
Kurt Zeilenga
06c127a28c Remove EOF garbage
Add comment
2005-03-20 21:16:57 +00:00
Howard Chu
7685223bb9 Add BDB 4.2.52 TXN patch 2005-03-20 21:01:44 +00:00
Kurt Zeilenga
f33af81907 AIX getpeerid support 2005-03-16 02:22:46 +00:00
Kurt Zeilenga
a1bce885a0 ITS#3581: Have configure report a mismatch if the version in db.h
header doesn't precisely match the return of db_version().
2005-03-04 16:39:04 +00:00
Kurt Zeilenga
69fcf8cbd6 Cleanup notices 2005-01-21 19:38:13 +00:00
Kurt Zeilenga
dc0eacd40b Happy New Year! 2005-01-01 20:49:32 +00:00
Kurt Zeilenga
1344e83342 All releases with version.sh 2004-12-31 23:00:53 +00:00
Howard Chu
c3d40a6e6e Silence warning about cross-compile default 2004-11-20 14:18:44 +00:00
Howard Chu
6ec7770a79 BDB 4.3 detection, new static backend handler 2004-11-13 09:25:46 +00:00
Ralf Haferkamp
93cec8b694 - Added autoconf test for CRL capable OpenSSL Version
- #ifdef'd CRL checking code.
2004-11-03 12:02:38 +00:00
Pierangelo Masarati
a637926bf2 use GMP for multiple precision in counters 2004-09-11 16:15:53 +00:00
Kurt Zeilenga
68af3bc287 More shtool stuff 2004-09-05 07:20:40 +00:00
Kurt Zeilenga
7e2fe5babe Use shtool(1) (to a limited degree, more use would simplify things)
Fix ITS#3285 (relative linking of slap tools).
2004-09-05 03:24:28 +00:00
Kurt Zeilenga
7523189693 Update shtool to 2.0.1 2004-09-05 02:13:26 +00:00
Kurt Zeilenga
e0a9ea2f50 Move MSVC port to the Attic 2004-09-04 04:37:41 +00:00
Kurt Zeilenga
4f3537e853 Update mismatch error messages 2004-09-03 22:45:45 +00:00
Kurt Zeilenga
c63947c492 temp workaround (until new STRERROR_R is in place) 2004-04-24 21:41:22 +00:00
Kurt Zeilenga
7f0c73bf49 new strerror_r checks 2004-04-24 21:30:28 +00:00
Kurt Zeilenga
70d53c906b Add BDB version mismatch check 2004-04-21 20:43:57 +00:00
Kurt Zeilenga
bf3497cca8 HACK: ignore libXXX.la files when using -lXXX
Should make -static behave as expected
2004-04-20 05:16:41 +00:00
Howard Chu
81bc7fcc8c Fix module link libraries 2004-04-17 15:12:20 +00:00
Kurt Zeilenga
6abba139bb Hide if SIZEOF_WCHAR_T < 4. 2004-04-08 08:54:49 +00:00
Howard Chu
67391ff646 Cleanup comment 2004-04-08 06:05:16 +00:00
Howard Chu
1b4a03c3db More static/dynamic cleanup 2004-04-08 06:01:07 +00:00
Kurt Zeilenga
7e6ce4cc7d Break apart version-info 2004-03-26 00:13:10 +00:00
Kurt Zeilenga
6ef731db51 Update library soname handling 2004-03-24 22:42:16 +00:00
Kurt Zeilenga
f1f1b0f69b Move to -release based soname versioning 2004-03-14 04:05:47 +00:00
Howard Chu
c558bd49bc ITS#2992 Windows fixes from Alexey Melnikov 2004-03-05 12:24:06 +00:00
Kurt Zeilenga
3c598e89fb Happy new year 2004-01-01 19:15:16 +00:00
Kurt Zeilenga
c5db2b7028 Ready for 2004 2003-12-31 19:11:07 +00:00
Kurt Zeilenga
2f5ae634c7 Bump the required Cyrus SASL version to 2.1.15+ 2003-12-18 19:45:47 +00:00
Kurt Zeilenga
459d6f41e2 As ud(1) is in the Attic, TERMCAP no longer needed 2003-12-06 21:41:14 +00:00
Kurt Zeilenga
1485af1d35 -ldb should be considered equiv to -ldb4 2003-12-05 16:25:25 +00:00
Howard Chu
3152932e96 Moved ldbm into back-ldbm. No more libldbm. 2003-12-04 22:38:54 +00:00
Kurt Zeilenga
5cac2ad144 Revert removal. Used by mkvers.bat. 2003-11-26 08:18:19 +00:00
Kurt Zeilenga
346a19ccc2 Minor updates 2003-11-26 06:34:52 +00:00