Kurt Zeilenga
c890c96d13
Happy New Year (belated)
2008-01-08 00:19:56 +00:00
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