Remove configure remnants of Digital UNIX / Tru64 client

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>
This commit is contained in:
Russ Allbery 2010-06-15 18:59:22 -07:00 committed by Derrick Brashear
parent b1a50290e6
commit 77ebaaf639
2 changed files with 1 additions and 9 deletions

2
README
View File

@ -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)

View 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)