From ee092c6e03969bd0f368307ba9dfa8c2f5834fa6 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 (cherry picked from commit a59df36211d6bc641eeec6d8fd8876a98ce3600a) Reviewed-on: http://gerrit.openafs.org/462 --- acinclude.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acinclude.m4 b/acinclude.m4 index 03f10c8fc..34b836389 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -632,6 +632,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" -- 2.39.5