Remove configure remnants of Digital UNIX / Tru64 client
authorRuss Allbery <rra@stanford.edu>
Wed, 16 Jun 2010 01:59:22 +0000 (18:59 -0700)
committerDerrick Brashear <shadow@dementia.org>
Wed, 16 Jun 2010 13:12:58 +0000 (06:12 -0700)
Remove the configure flag to specify the location of the Digital
UNIX kernel headers and some setup for the kernel module build.
Note in README that Digital UNIX / Tru64 is supported for servers
only.

Change-Id: I983f74068b1a1ae76d9a2b2549a8a141dba4e075
Reviewed-on: http://gerrit.openafs.org/2207
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>

README
acinclude.m4

diff --git a/README b/README
index f978a7e..a8910aa 100644 (file)
--- a/README
+++ b/README
@@ -30,7 +30,7 @@ A  Configuring
       A directory will be automatically created for binaries to be written 
       into with this name when you build.
 
-      alpha_dux40, alpha_dux50, alpha_dux51
+      alpha_dux40, alpha_dux50, alpha_dux51 (client does not work)
       alpha_linux22, alpha_linux24, alpha_linux26
       alpha_nbsd15, alpha_nbsd16
       amd64_fbsd_53 (client does not work)
index 72c3124..8ad82cc 100644 (file)
@@ -140,10 +140,6 @@ AC_ARG_ENABLE([pthreaded-ubik],
     [enable_pthreaded_ubik="no"])
 
 dnl Kernel module build options.
-AC_ARG_WITH([dux-kernel-headers],
-    [AS_HELP_STRING([--with-dux-kernel-headers=path],
-        [use the kernel headers found at path (optional, defaults to first
-         match in /usr/sys)])])
 AC_ARG_WITH([linux-kernel-headers],
     [AS_HELP_STRING([--with-linux-kernel-headers=path],
         [use the kernel headers found at path (optional, defaults to
@@ -409,10 +405,6 @@ case $system in
                MKAFS_OSTYPE=AIX
                 AC_MSG_RESULT(rs_aix)
                 ;;
-        *-osf*)
-               MKAFS_OSTYPE=DUX
-                AC_MSG_RESULT(alpha_dux)
-                ;;
         arm-*-darwin*)
                MKAFS_OSTYPE=DARWIN
                 AC_MSG_RESULT(arm_darwin)