From a59df36211d6bc641eeec6d8fd8876a98ce3600a Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 21 Aug 2009 18:37:41 -0700 Subject: [PATCH] Add automatic sysname detection for ARM Linux Add arm*-linux* to the case statement that attempts to automatically determine the AFS sysname, similar to the other Linux sysname determination cases. Reviewed-on: http://gerrit.openafs.org/334 Tested-by: Derrick Brashear Reviewed-by: Derrick Brashear --- acinclude.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acinclude.m4 b/acinclude.m4 index 15ecd8b..df3a9b5 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -760,6 +760,9 @@ else i?86-*-linux*) AFS_SYSNAME="i386_linuxXX" ;; + arm*-linux*) + AFS_SYSNAME="arm_linuxXX" + ;; parisc-*-linux-gnu|hppa-*-linux-gnu) AFS_SYSNAME="parisc_linuxXX" enable_pam="no" -- 1.9.4