]> git.sur5r.net Git - openldap/commitdiff
Add cross environment portability warning
authorKurt Zeilenga <kurt@openldap.org>
Sat, 4 Dec 1999 20:39:13 +0000 (20:39 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 4 Dec 1999 20:39:13 +0000 (20:39 +0000)
CHANGES
INSTALL

diff --git a/CHANGES b/CHANGES
index 9a6ec378550ce52bafaaba117316957fa9e72ac8..0994a7c33aa7d6db8335f8f41f1ed3635b48b515 100644 (file)
--- 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 d8e2f8057efede8256e9a645a2de9880af559c82..3707c17702a56baf148d354896bc5f41fcd7db88 100644 (file)
--- 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)