From: Derrick Brashear Date: Thu, 12 Jul 2001 18:11:32 +0000 (+0000) Subject: configure-compute-darwin-sysnames-20010712 X-Git-Tag: openafs-stable-1_1_0~17 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=bfdd29c0d88d37bb52ca97e74524fb509715677a;p=packages%2Fo%2Fopenafs.git configure-compute-darwin-sysnames-20010712 powerpc not ppc is the cpu type; specify version also ==================== This delta was composed from multiple commits as part of the CVS->Git migration. The checkin message with each commit was inconsistent. The following are the additional commit messages. ==================== include _ --- diff --git a/configure.in b/configure.in index 5087e39d5..ecf20721c 100644 --- a/configure.in +++ b/configure.in @@ -165,8 +165,11 @@ else hppa-hp-hpux10*) AFS_SYSNAME="hp_ux102" ;; - ppc-apple-darwin*) - AFS_SYSNAME="ppc_darwin13" + powerpc-apple-darwin1.2*) + AFS_SYSNAME="ppc_darwin_12" + ;; + powerpc-apple-darwin1.3*) + AFS_SYSNAME="ppc_darwin_13" ;; sparc-sun-solaris2.5*) AFS_SYSNAME="sun4x_55"