openldap/build
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
..
BerkeleyDB42.patch Tweak notes. 2005-03-20 22:49:46 +00:00
config.guess Fix typo 2005-08-10 23:50:50 +00:00
config.sub Fix typo 2005-08-10 23:50:50 +00:00
crupdate Happy New Year! 2005-01-01 20:49:32 +00:00
dir.mk Cleanup notices 2005-01-21 19:38:13 +00:00
info.mk Cleanup notices 2005-01-21 19:38:13 +00:00
lib-shared.mk Cleanup notices 2005-01-21 19:38:13 +00:00
lib-static.mk Cleanup notices 2005-01-21 19:38:13 +00:00
lib.mk Cleanup notices 2005-01-21 19:38:13 +00:00
LICENSE-2.0.1 Add copy of OPL 2.0.1 and note in files which specifically refer 2002-10-15 23:22:20 +00:00
ltmain.sh ITS#3977, fix libtool -static behavior to match docs 2005-08-29 10:34:14 +00:00
main.dsw ITS#2992 Windows fixes from Alexey Melnikov 2004-03-05 12:24:06 +00:00
man.mk alternate fix to ITS#3916 2005-08-13 15:22:09 +00:00
missing Initial auto tools update (in OPENLDAP_AC branch) 2005-08-12 03:52:59 +00:00
mkdep Support POSIX 1003.1-2001 without XSI extensions (ITS #2667): 2005-09-17 22:22:15 +00:00
mkdep.aix Happy New Year! 2005-01-01 20:49:32 +00:00
mkrelease Add code to build guide 2005-05-11 08:26:56 +00:00
mkvers.bat Happy New Year! 2005-01-01 20:49:32 +00:00
mkversion Happy New Year! 2005-01-01 20:49:32 +00:00
mod.mk Cleanup notices 2005-01-21 19:38:13 +00:00
openldap.m4 Support POSIX 1003.1-2001 without XSI extensions (ITS #2667): 2005-09-17 22:22:15 +00:00
README bump libtool to 1.4.3 2002-12-21 03:27:31 +00:00
rules.mk Cleanup notices 2005-01-21 19:38:13 +00:00
shtool ITS#3752: Update to shtool 2.0.2 2005-06-30 23:47:02 +00:00
srv.mk Cleanup notices 2005-01-21 19:38:13 +00:00
top.mk Revert ITS#3577 patch, breaks Windows build and not needed in RE23. 2005-08-26 02:20:45 +00:00
version.h Happy New Year! 2005-01-01 20:49:32 +00:00
version.sh Happy New Year! 2005-01-01 20:49:32 +00:00
version.var Happy New Year! 2005-01-01 20:49:32 +00:00

The OpenLDAP build environment relies on non-standard versions of
configuration tools:
	Autoconf 2.13.1
	Automake 1.4a
	Libtool 1.4.3

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 ltmain.sh replaced with versions found in this directory.