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
config.guess
config.sub
crupdate
dir.mk
info.mk
lib-shared.mk
lib-static.mk
lib.mk
LICENSE-2.0.1
ltmain.sh ITS#3977, fix libtool -static behavior to match docs 2005-08-29 10:34:14 +00:00
main.dsw
man.mk
missing
mkdep Support POSIX 1003.1-2001 without XSI extensions (ITS #2667): 2005-09-17 22:22:15 +00:00
mkdep.aix
mkrelease
mkvers.bat
mkversion
mod.mk
openldap.m4 Support POSIX 1003.1-2001 without XSI extensions (ITS #2667): 2005-09-17 22:22:15 +00:00
README
rules.mk
shtool
srv.mk
top.mk
version.h
version.sh
version.var

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.