- Jun 08, 1999
-
-
Kurt Zeilenga authored
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
-
- Jun 07, 1999
-
-
Kurt Zeilenga authored
flag to generate dependencies. Output not used (yet).
-
Kurt Zeilenga authored
to lib.
-
- Jun 06, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
test for 'cc'.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jun 03, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
ldapd to that Attic)
-
- May 29, 1999
-
-
Howard Chu authored
-
- May 28, 1999
-
-
Kurt Zeilenga authored
This will facilate version.c generation on non-UNIX systems.
-
- May 27, 1999
-
-
Kurt Zeilenga authored
AM_INIT_AUTOMAKE.
-
- May 26, 1999
-
-
Kurt Zeilenga authored
-
Howard Chu authored
LDAP_OPT_MATCH_STRING to ldap.h and libldap/options.c.
-
- May 25, 1999
-
-
Kurt Zeilenga authored
-
- May 24, 1999
-
-
Kurt Zeilenga authored
Add #undef and other protection of macros.
-
- May 21, 1999
-
-
Kurt Zeilenga authored
s/VERSION/OPENLDAP_VERSION/ manually define for NT. Should sort out mechanism for one place updating of package/version strings.
-
- May 19, 1999
-
-
Kurt Zeilenga authored
-
- May 18, 1999
-
-
Kurt Zeilenga authored
-
- May 07, 1999
-
-
Ben Collins authored
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
-
- May 06, 1999
-
-
Ben Collins authored
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.
-
- May 04, 1999
-
-
Ben Collins authored
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.
-
Ben Collins authored
Added -lnet for BeOS libs. Also need to add some sort of workaround for inet_aton() since BeOS does not have this call.
-
- Apr 30, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
repackagers is a can of worms.
-
- Apr 29, 1999
-
-
Julio Sánchez Fernández authored
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.
-
- Apr 28, 1999
-
-
Kurt Zeilenga authored
identification strings compatible with ident(1) and what(1). Uses $(VERSION) generated from configure.in. rm build/version rm old version .c files
-
- Apr 26, 1999
-
-
Kurt Zeilenga authored
-
- Apr 21, 1999
-
-
Kurt Zeilenga authored
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)
-
- Apr 20, 1999
-
-
Kurt Zeilenga authored
-
- Apr 14, 1999
-
-
Kurt Zeilenga authored
Cleanup perl detection.
-
- Apr 07, 1999
-
-
Kurt Spanier authored
-
Kurt Zeilenga authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Kurt Zeilenga authored
and, if LinuxThreads, pthread_kill_other_threads_np().
-
- Apr 06, 1999
-
-
Kurt Zeilenga authored
(but not sure if it's usable yet). Needs to be tested on various versions of Linux native LinuxThreads.
-
- Apr 04, 1999
-
-
Kurt Zeilenga authored
Move select() detection forward, error if not available. Move select() args type check forward so it can be used in subsequent tests.
-
John Quillan authored
from ccopts. This prevented the Perl backend from compiling.
-