]> git.sur5r.net Git - openldap/blobdiff - INSTALL
Initial inet_aton() detection.
[openldap] / INSTALL
diff --git a/INSTALL b/INSTALL
index 24a4c6c5d3ca18d3d03457fdc043818fd8896759..e12e5b0049d37ab59ed909db0d3410cdfaa739cd 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -22,9 +22,10 @@ these steps:
  1. untar the distribution and cd to the top:
 
        % tar xfz openldap-VERSION.tgz
-       % cd ldap
+       % cd openldap-VERSION
 
-    If you are reading this file, you probably have already done this!
+       replacing VERSION to match the version you downloaded.  If you are
+       reading this file, you probably have already done this!
 
  2. Type:
        % ./configure --help
@@ -165,10 +166,11 @@ Supported Environmental Variables
 
 * Including alternative compilers
        Use the CC environment variable to tell configure to
-       use a specific compiler.  For example, to use ecgs
-       instead of the compiler configure choose, use:
+       use a specific compiler.  For example, to use GNU
+       C Compiler instead of the compiler configure choose,
+       use:
 
-       [env] CC=egcc ./configure 
+       [env] CC=gcc ./configure 
 
        You can also use CC use specific flags with the
        specified compiler.  For example, to require strict