From 334cd2be12718b32708098c42f596b776ed5bf0a Mon Sep 17 00:00:00 2001 From: Chaskiel M Grundman Date: Mon, 17 Mar 2008 18:07:48 +0000 Subject: [PATCH] DEVEL15-hpux1123-sysname-detection-20080317 LICENSE IPL10 FIXES 89125 add the 11.23 sysname (cherry picked from commit 7ffe6a97ff0453c2cae8b15a9d7e2084e3a864d4) --- acinclude.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acinclude.m4 b/acinclude.m4 index 116916926c..c3df21086f 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -361,6 +361,9 @@ else hppa*-hp-hpux11.11) AFS_SYSNAME="hp_ux11i" ;; + hppa*-hp-hpux11.23) + AFS_SYSNAME="hp_ux1123" + ;; ia64-hp-hpux11.22) AFS_SYSNAME="ia64_hpux1122" ;;