Add NEWS entry for recent ubik changes
[openafs.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index f4bdf64..665e306 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -329,11 +329,6 @@ I  Other configure options
        Forces the namei fileserver on platforms (like Solaris 8 and 9)
        where the inode fileserver is the default.
 
-   --enable-pthreaded-ubik
-       Enable the threaded version of Ubik and install the threaded
-       versions of Ubik servers.  See README.PTHREADED_UBIK for more
-       information.  (EXPERIMENTAL)
-
    --enable-redhat-buildsys
        Enable compilation of the kernel module for the Red Hat build
        system kernel.  Use this configure flag when building kernel
@@ -402,6 +397,10 @@ I  Other configure options
        and should not be used unless you're still using the OpenAFS
        kaserver (which is itself deprecated and should not be used).
 
+   --disable-pthreaded-ubik
+       Disable the threaded version of Ubik and install the LWP
+       versions of Ubik servers.
+
    --disable-strip-binaries
        Disable stripping of binaries on installation.  You probably want
        to use --enable-debug instead of this flag to also inclusion of
@@ -507,7 +506,9 @@ I  Other configure options
    CC
        The C compiler to use.  Be aware that this is overridden on some
        architectures that require a specific compiler be used to build the
-       kernel module.
+       kernel module.  If gcc is used, version 3 or later is required.
+       If clang is used, version 3 or later is required.  (Additional
+       restrictions apply when --enable-checking is used.)
 
    CFLAGS
        Additional flags to pass to the C compiler.