Disable config.cache to ensure consistent detection

This commit is contained in:
Kurt Zeilenga 1999-08-25 20:39:37 +00:00
parent dc563b12f9
commit ce05f1cd76
3 changed files with 455 additions and 555 deletions

View file

@ -6,6 +6,8 @@ Changes included in OpenLDAP 1.2 Release Engineering
Added ldapsearch -W password prompting
Added dcObject, uidObject, referral object classes to slapd.oc.conf
Added ref attribute type to slapd.at.conf
Build environment
Disable config.cache to ensure consistent detection
Documentation
Removed edit ldapconfig.h.edit set from INSTALL

1004
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -7,6 +7,10 @@ dnl license is available at http://www.OpenLDAP.org/license.html or
dnl in file LICENSE in the top-level directory of the distribution.
dnl
dnl Disable config.cache!
define([AC_CACHE_LOAD], )dnl
define([AC_CACHE_SAVE], )dnl
dnl Configure.in for OpenLDAP
AC_INIT(include/ldap.h)dnl
AC_CONFIG_AUX_DIR(build)dnl