From: Russ Allbery Date: Sat, 22 Aug 2009 01:37:41 +0000 (-0700) Subject: Add automatic sysname detection for ARM Linux X-Git-Tag: openafs-devel-1_5_62~14 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=a59df36211d6bc641eeec6d8fd8876a98ce3600a;hp=b695261de43af0fbdd8166b4b2272465783e76d6 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 --- 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"