From: Kurt Zeilenga Date: Sat, 4 Dec 1999 20:39:13 +0000 (+0000) Subject: Add cross environment portability warning X-Git-Tag: OPENLDAP_REL_ENG_1_2_8~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0527947025a29086bd7830c2d50571709df6eea0;p=thirdparty%2Fopenldap.git Add cross environment portability warning --- diff --git a/CHANGES b/CHANGES index 9a6ec37855..0994a7c33a 100644 --- a/CHANGES +++ b/CHANGES @@ -20,6 +20,7 @@ Changes included in OpenLDAP 1.2 Release Engineering Reference Quick Start Guide in README and INSTALL Update slapd.conf to reflect Quick Start Guide example ldappasswd(1) fix -c vs -H typo (ITS#154) + Added warning about cross environment portability Changes included in OpenLDAP 1.2.7 CVS Tag: OPENLDAP_REL_ENG_1_2_7 diff --git a/INSTALL b/INSTALL index d8e2f8057e..3707c17702 100644 --- a/INSTALL +++ b/INSTALL @@ -155,8 +155,9 @@ The configure script will also use your environmental variables for determining compiler/linker options. This can be used to manual specify features and compilation options. -NOTE: If you change environment setting, be sure to remove - any config.cache before running ./configure. +WARNING: Executable built in your environment may not run + in your user's environments. The portability of + executables between environments is your responsibility. Supported Environmental Variables CC C compiler (cc, egcc)