Kurt Zeilenga
6fc999e214
Remove meantion of ldapd from main README, add README in servers/ldapd
...
stating ldapd is not supported nor actively maintained, and the code
may suffer from bitrot. Update configure warnings.
1999-06-15 21:09:46 +00:00
Kurt Zeilenga
041c7971c4
Add AC_CANONICAL_SYSTEM to generate $target
...
Use $target instead of $host, maybe should use both $target and $host.
Fix $ol_host_os bug.
1999-06-11 18:24:18 +00:00
Kurt Zeilenga
da549e3a42
_SGI_MP_SOURCE errno/h_errno experiment
1999-06-11 00:07:10 +00:00
Kurt Zeilenga
a40f92813d
Update AIX thread test.
1999-06-10 17:19:43 +00:00
Kurt Zeilenga
feb28db2a1
Add basic regex compatibility test.
1999-06-10 04:00:27 +00:00
Kurt Zeilenga
2c4a3c8442
really commit the sizeof(int) < 4 warning
1999-06-10 00:54:47 +00:00
Kurt Zeilenga
0fabd22a3b
Fix typos and bug in AIX cc_r detection.
1999-06-09 00:25:42 +00:00
Kurt Zeilenga
be991c81df
Add test for BeOS's closesocket
1999-06-09 00:10:26 +00:00
Kurt Zeilenga
9e11b935b8
First cut at cc_r detection. Specific to AIX. See comment in
...
configure.in for details.
1999-06-08 23:32:36 +00:00
Kurt Zeilenga
30d8d40fa3
Use AC_CHECK_PROGS instead of AC_CHECK_PROG to test for 'cc' in path.
...
AC_CHECK_PROGS leaves CC alone of 'cc' is not found.
1999-06-08 03:44:35 +00:00
Kurt Zeilenga
e88a9dafc2
Only set CC=cc if test -z CC && cc exists in path...
1999-06-08 02:38:05 +00:00
Kurt Zeilenga
a9fca665e6
OL_MKDEPEND: Round 2
...
now supports DETECTION using:
./configure
env MKDEP_FLAGS=-MM ./configure
env MKDEP=foo ./configure (no tests, no flags)
env MKDEP=foo MKDEP_FLAGS=-bar ./configure (no tests)
Exported AC_MKDEP and AC_MKDEP_FLAGS which can no be used
in build/*.mk
1999-06-08 01:33:36 +00:00
Kurt Zeilenga
b594f5209f
First cut of OL_CC_DEPEND test. Attempts to detect the appropriate
...
flag to generate dependencies. Output not used (yet).
1999-06-07 23:15:36 +00:00
Kurt Zeilenga
cc3785eaab
Add test for thread specific h_errno and, if yes, add thread libraries
...
to lib.
1999-06-07 05:30:05 +00:00
Kurt Zeilenga
ae68b66a2b
Revert previous two commits.
1999-06-06 06:20:29 +00:00
Kurt Zeilenga
de7b2b5569
Fix typo in last commit.
1999-06-06 06:13:03 +00:00
Kurt Zeilenga
417e2d59fc
Quick hack for cygwin default compiler... should replace with
...
test for 'cc'.
1999-06-06 06:10:22 +00:00
Kurt Zeilenga
e504623814
A slightly better POSIX regex test....
1999-06-06 04:44:34 +00:00
Kurt Zeilenga
accecfe53d
Relocate regex.h test to near top and die if it fails.
1999-06-06 03:56:40 +00:00
Kurt Zeilenga
d48191b98d
Fix typos in warning messages.
1999-06-03 22:51:29 +00:00
Kurt Zeilenga
22adfb812f
Warn if attempting to build ldapd. (In preparation to move
...
ldapd to that Attic)
1999-06-03 00:40:40 +00:00
Howard Chu
193ab59661
Fix --enable-ldap behavior for back-ldap
1999-05-29 03:44:46 +00:00
Kurt Zeilenga
fd41e31d46
Obtain version name from build/version (re-add build/version).
...
This will facilate version.c generation on non-UNIX systems.
1999-05-28 00:35:09 +00:00
Kurt Zeilenga
984a98a84c
Disable explicit AC_PROG_INSTALL check... implicitly checked by
...
AM_INIT_AUTOMAKE.
1999-05-27 03:09:04 +00:00
Kurt Zeilenga
a57fbea79c
Add -lnet to BeOS specific libraries.
1999-05-26 20:35:31 +00:00
Howard Chu
967d1dcb2d
For ITS#157: Added LDAP backend for slapd, which also required adding
...
LDAP_OPT_MATCH_STRING to ldap.h and libldap/options.c.
1999-05-26 02:35:20 +00:00
Kurt Zeilenga
0881444263
BeOS comment was incorrect.
1999-05-25 18:52:45 +00:00
Kurt Zeilenga
83408503a7
Eliminate DECL_STRDUP check in favor of simple fix to <ac/string.h> header.
...
Add #undef and other protection of macros.
1999-05-24 23:01:57 +00:00
Kurt Zeilenga
4e2b2f8a70
s/PACKAGE/OPENLDAP_PACKAGE/
...
s/VERSION/OPENLDAP_VERSION/
manually define for NT. Should sort out mechanism for one place
updating of package/version strings.
1999-05-21 04:00:25 +00:00
Kurt Zeilenga
1db064b821
Add EXEEXT and MKVERSION support
1999-05-19 07:13:42 +00:00
Kurt Zeilenga
00da392c5f
Add check for <sys/select.h> for AIX.
1999-05-18 18:34:02 +00:00
Ben Collins
d4f4f8f197
Moved db1/db.h check to the db1 marco in openldap.m4. Also added check for HAVE_DB1_DB_H for which header to include since it's only defined when using db1
1999-05-07 01:27:16 +00:00
Ben Collins
a650d73230
Glibc 2.1 has Berkley db as -ldb1. Set up the autoconf to check this first, else we will actually be using compat calls in db2, and not the real db1.
1999-05-06 12:33:58 +00:00
Ben Collins
014d059b5a
Moved -lnet,socket check for BeOS to the rest of the socket checks. Also added a -lnsl _with_ the -lwrap check since some libwrap's are static and need this.
1999-05-04 13:55:59 +00:00
Ben Collins
8c8249c005
Added -lnet for BeOS libs. Also need to add some sort of workaround for inet_aton() since BeOS does not have this call.
1999-05-04 12:33:21 +00:00
Kurt Zeilenga
a42cf36dd2
Fix typos.
1999-04-30 21:32:12 +00:00
Kurt Zeilenga
beddb31813
Backout ssl/ssl.h change for now. Trying to support "odd" 3rd
...
repackagers is a can of worms.
1999-04-30 00:50:08 +00:00
Julio Sánchez Fernández
38098bcbc8
Sometimes ssl.h is ssl/ssl.h. This is a simple fix so that it is
...
detected in those cases, more work is needed to abstract its location
so that programs can be compiled without change.
1999-04-29 16:55:43 +00:00
Kurt Zeilenga
dba57a312c
Add mkversion script to generate version.c files. mkversion generates
...
identification strings compatible with ident(1) and what(1).
Uses $(VERSION) generated from configure.in. rm build/version
rm old version .c files
1999-04-28 05:40:17 +00:00
Kurt Zeilenga
51fba2644a
Add vfork comment
1999-04-26 23:55:08 +00:00
Kurt Zeilenga
7ba980f0f6
Modify slapd set user/group support to use -u/-g instead -U/-G.
...
Moved -u (udp) to -c (connectionless). Connectionless is depreciated
and undocumented.
Added tests for set{,e}{u,g}id to configure. Use existance of
setuid/setgid to enable feature. Use seteuid/setegid only if
they exist.
Fixed minor minor leak of username/groupname if specificied
more than once. (This should actually be an error)
1999-04-21 00:40:20 +00:00
Kurt Zeilenga
58afabdf00
EXPERIMENTAL: Disable cache saving and loading.
1999-04-20 01:43:01 +00:00
Kurt Zeilenga
48e73426cb
Add basic gmodule detection for SLAPD_MODULES.
...
Cleanup perl detection.
1999-04-14 01:33:01 +00:00
Kurt Spanier
ae41f268de
Re-introduction of of syslog in configure.in. The rest nothing, sorry.
1999-04-07 13:47:30 +00:00
Kurt Zeilenga
a816a5eb30
eliminate -lpthread -lexc from pthread link tests
1999-04-07 06:10:46 +00:00
Hallvard Furuseth
479c14ac6c
Fix typo ol_cv_pthread_pthread -> ol_cv_pthread_threads for -threads option
1999-04-07 04:44:19 +00:00
Hallvard Furuseth
14f4d60d49
Remove superfluous )' in the
pthread_create in default libraries' test
1999-04-07 04:20:08 +00:00
Kurt Zeilenga
404f953ef0
New pthread_try_link test. Looks for pthread_create and pthread_detach
...
and, if LinuxThreads, pthread_kill_other_threads_np().
1999-04-07 02:47:15 +00:00
Kurt Zeilenga
bbb7964508
New LinuxThreads detection. Correctly detects FreeBSD's LinuxThreads port
...
(but not sure if it's usable yet). Needs to be tested on various versions
of Linux native LinuxThreads.
1999-04-06 23:44:27 +00:00
Kurt Zeilenga
b4658cbe24
Cleanup socket() detection.
...
Move select() detection forward, error if not available.
Move select() args type check forward so it can be used in subsequent tests.
1999-04-04 20:36:35 +00:00