From 77ebaaf639c325a8a51afdc70832ea7ed73d02a8 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 15 Jun 2010 18:59:22 -0700 Subject: [PATCH] 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 Tested-by: Derrick Brashear --- README | 2 +- acinclude.m4 | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/README b/README index f978a7e82e..a8910aac35 100644 --- 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) diff --git a/acinclude.m4 b/acinclude.m4 index 72c3124a3c..8ad82ccd9d 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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)