From bfdd29c0d88d37bb52ca97e74524fb509715677a Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 12 Jul 2001 18:11:32 +0000 Subject: [PATCH] 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 _ --- configure.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 5087e39..ecf2072 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" -- 1.9.4