Commit Graph

159 Commits

Author SHA1 Message Date
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
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
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
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
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
e371d7c68b AC_DEFUN cleanup 2005-08-12 03:20:54 +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
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
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
dc0eacd40b Happy New Year! 2005-01-01 20:49:32 +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
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
6abba139bb Hide if SIZEOF_WCHAR_T < 4. 2004-04-08 08:54:49 +00:00
Kurt Zeilenga
3c598e89fb Happy new year 2004-01-01 19:15:16 +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
1485af1d35 -ldb should be considered equiv to -ldb4 2003-12-05 16:25:25 +00:00
Kurt Zeilenga
2c21fdcecb move AVL routines into -llutil
update misc notices
2003-11-26 04:17:25 +00:00
Kurt Zeilenga
e3a4c4ec9c Notice/Acknowledge updates 2003-11-26 02:58:56 +00:00
Kurt Zeilenga
b24f96cd51 Berkeley DB 4.2 support (DB 4.2 required by default)
libldif to libutil updates
notice updates
2003-11-25 23:22:12 +00:00
Kurt Zeilenga
8ba0c3a3aa Clean up CYRUS test 2003-09-22 06:07:52 +00:00
Kurt Zeilenga
1ef3b58d96 Require Cyrus SASL 2.1 or better 2003-09-16 20:17:07 +00:00
Kurt Zeilenga
acdbf29e93 Backout autoconf 2.57 changes. Too much work for now. 2003-04-07 22:23:24 +00:00
Kurt Zeilenga
b851a1a757 More autoconf 2.57 changes (this is getting ugly) 2003-04-07 22:03:11 +00:00
Kurt Zeilenga
6118cb4c0d Some more autoconf 2.57 updates, much more still needed (ugh). 2003-04-07 18:48:28 +00:00
Kurt Zeilenga
cb2155e52d Use AC_CHECK_MEMBER to implement struct passwd checks 2003-04-07 06:42:33 +00:00
Kurt Zeilenga
d6f3c9b14a MSGHDR updates 2003-04-07 06:28:30 +00:00
Kurt Zeilenga
517900ec9b Fix typo 2003-04-04 03:42:39 +00:00
Kurt Zeilenga
728f4f188f improve checking message 2003-03-03 01:44:41 +00:00
Howard Chu
348264a449 Really fix accrights test. 2003-03-02 23:11:00 +00:00
Howard Chu
13d29bab87 Fix accrights test, use <sys/socket.h> 2003-03-02 23:00:51 +00:00
Kurt Zeilenga
fe4f355328 Add acc_rights detection (needs testing) 2003-03-02 21:46:40 +00:00
Kurt Zeilenga
56677342f8 Add more -ldb varients 2003-02-28 17:05:02 +00:00
Kurt Zeilenga
e0128cc2b3 Add -ldb41 linking 2003-02-08 01:15:35 +00:00
Kurt Zeilenga
eb9f396974 Require BDB 4.1 for back-bdb 2003-02-08 00:56:15 +00:00
Kurt Zeilenga
6939c53170 Happy new year 2003-01-03 20:20:47 +00:00
Kurt Zeilenga
04b93e2628 Add LTHREAD_LIBS to BDB tests 2002-12-04 05:09:58 +00:00