configure-add-darwin-52-support-as-14-since-no-change-otherwise-20020128
authorDerrick Brashear <shadow@dementia.org>
Mon, 28 Jan 2002 21:32:20 +0000 (21:32 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 28 Jan 2002 21:32:20 +0000 (21:32 +0000)
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

index 4f70d87..000d3f0 100644 (file)
@@ -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"