openldap/build
Kurt Zeilenga 8a22a0e0d0 SLP extension derived from patch provided by Caldera Systems.
Copyright 2000, Caldera Systems, Inc All rights reserved.
This software is not subject to any license of Caldera Systems, Inc

This is free software; you can redistribute and use it
under the same terms as OpenLDAP itself
2001-01-16 22:18:33 +00:00
..
build.dsp Remove lint 1999-12-13 04:53:59 +00:00
build.mak Y2k copyright update 2000-05-13 02:36:07 +00:00
config.guess Add "Mac OS" support 2000-10-03 00:58:54 +00:00
config.sub True blue libtool 1.3.5 2000-10-02 22:54:10 +00:00
db.2.x.README Add OpenLDAP RCSid 1999-09-08 22:52:19 +00:00
dir.mk ITS#576: cause subdir make failure to halt subsequent making 2000-06-09 17:42:40 +00:00
info.mk Y2k copyright update 2000-05-13 02:36:07 +00:00
install-sh Y2k copyright update 2000-05-13 02:36:07 +00:00
lib-shared.mk Don't embed comments in command section of rule 2000-10-09 20:46:33 +00:00
lib-static.mk Y2k copyright update 2000-05-13 02:36:07 +00:00
lib.mk Strip installed executables 2000-05-30 18:23:56 +00:00
ltconfig Reintegrate AIX and --only-static/--only-shared support from r1.8 2000-10-04 02:53:19 +00:00
ltmain.sh Reintegrate AIX and --only-static/--only-shared support from r1.8 2000-10-04 02:53:19 +00:00
main.dsw remove lint 2000-09-22 01:40:57 +00:00
man.mk Y2k copyright update 2000-05-13 02:36:07 +00:00
missing Hack missing for use with OpenLDAP 2000-10-03 02:58:14 +00:00
mkdep Some translatros produce white space just before the ':' in dependencies. 2000-10-02 17:51:30 +00:00
mkdep.aix Added new support for NT and AIX dynamic linking - generate export tables 2000-05-10 22:57:13 +00:00
mkrelease Centralize versioning in build/version.sh 2000-09-15 03:27:20 +00:00
mkversion Y2k copyright update 2000-05-13 02:36:07 +00:00
mod.mk Remove last change as Howard's integrated 2000-10-04 17:06:06 +00:00
openldap.m4 Add support for Sleepycat Berkeley DB 3.1 (ITS#649) 2000-08-07 19:46:37 +00:00
README Detail required build environment tools 2000-10-03 02:53:11 +00:00
rules.mk Y2k copyright update 2000-05-13 02:36:07 +00:00
srv.mk Y2k copyright update 2000-05-13 02:36:07 +00:00
top.mk SLP extension derived from patch provided by Caldera Systems. 2001-01-16 22:18:33 +00:00
version.sh Centralize versioning in build/version.sh 2000-09-15 03:27:20 +00:00

The OpenLDAP build environment relies on non-standard versions of
configuration tools:
	Autoconf 1.13.1
	Automake 1.4a
	Libtool 1.3.5 w/ patches

The autoconf/automake releases used are available at:
	ftp://ftp.openldap.org/pub/tools/

The libtool release used is available from:
	ftp://ftp.gnu.org/

but with ltconfig and ltmain.sh replaced with versions found in
this directory.