From b01f9b767323363c40b78f26b32f077b9c23f3da Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 28 Jan 2002 21:32:20 +0000 Subject: [PATCH] configure-add-darwin-52-support-as-14-since-no-change-otherwise-20020128 it was previously agreed that we wouldn't add gratuitous new sysnames unless things (not just what the vendor calls the operating system) changed. precedent is sun4m_412 still being "current" for sun4m_413, etc. --- acinclude.m4 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 4f70d870cb..000d3f0bf8 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -237,7 +237,10 @@ else AFS_SYSNAME="ppc_darwin_14" ;; powerpc-apple-darwin5.1*) - AFS_SYSNAME="ppc_darwin_51" + AFS_SYSNAME="ppc_darwin_14" + ;; + powerpc-apple-darwin5.2*) + AFS_SYSNAME="ppc_darwin_14" ;; sparc-sun-solaris2.5*) AFS_SYSNAME="sun4x_55"