openldap/build
Jan Synacek f19f1c3249 ITS#8056 fix libdb detection with gcc 5
The old cpp version generated:
__db_version 5

The new output:
__db_version
            5

Running cpp with -P (inhibit linemarkers generation) fixes this when using gcc 5.
Behavior with older versions of gcc is not changed.
2015-02-11 19:46:54 +00:00
..
config.guess ITS#6547 latest from FSF http://savannah.gnu.org/git/?group=config 2010-12-23 22:55:16 +00:00
config.sub ITS#6547 latest from FSF http://savannah.gnu.org/git/?group=config 2010-12-23 22:55:16 +00:00
dir.mk Happy new year (belated) 2014-01-25 05:21:25 -08:00
info.mk Happy new year (belated) 2014-01-25 05:21:25 -08:00
lib-shared.mk Happy new year (belated) 2014-01-25 05:21:25 -08:00
lib-static.mk Happy new year (belated) 2014-01-25 05:21:25 -08:00
lib.mk Happy new year (belated) 2014-01-25 05:21:25 -08:00
LICENSE-2.0.1
ltmain.sh Happy new year (belated) 2014-01-25 05:21:25 -08:00
man.mk Happy new year (belated) 2014-01-25 05:21:25 -08:00
missing Happy new year (belated) 2014-01-25 05:21:25 -08:00
mkdep Happy new year (belated) 2014-01-25 05:21:25 -08:00
mkdep.aix Happy new year (belated) 2014-01-25 05:21:25 -08:00
mkrelease Updates for new servers 2014-09-29 15:10:36 -07:00
mkvers.bat Happy new year (belated) 2014-01-25 05:21:25 -08:00
mkversion Happy new year (belated) 2014-01-25 05:21:25 -08:00
mod.mk Happy new year (belated) 2014-01-25 05:21:25 -08:00
openldap.m4 ITS#8056 fix libdb detection with gcc 5 2015-02-11 19:46:54 +00:00
README
rules.mk Happy new year (belated) 2014-01-25 05:21:25 -08:00
shtool update shtool to 2.0.5 2006-04-03 22:21:16 +00:00
srv.mk Happy new year (belated) 2014-01-25 05:21:25 -08:00
top.mk Happy new year (belated) 2014-01-25 05:21:25 -08:00
version.h Happy new year (belated) 2014-01-25 05:21:25 -08:00
version.sh Happy new year (belated) 2014-01-25 05:21:25 -08:00
version.var Happy new year (belated) 2014-01-25 05:21:25 -08: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.