From 24f9306e651ce38909c121c9d3b7b035c6a2886c Mon Sep 17 00:00:00 2001 From: Ted McCabe Date: Tue, 1 Jan 2002 19:01:54 +0000 Subject: [PATCH] acinclude-update-for-new-darwin-version-strings-20020101 so we can build for new darwin versions --- acinclude.m4 | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index a05ca4be0..41a3b21c9 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -217,18 +217,15 @@ else ;; powerpc-apple-darwin1.2*) AFS_SYSNAME="ppc_darwin_12" - DARWIN_PLIST=src/libafs/afs.${AFS_SYSNAME}.plist - DARWIN_INFOFILE=afs.${AFS_SYSNAME}.plist ;; powerpc-apple-darwin1.3*) AFS_SYSNAME="ppc_darwin_13" - DARWIN_PLIST=src/libafs/afs.${AFS_SYSNAME}.plist - DARWIN_INFOFILE=afs.${AFS_SYSNAME}.plist ;; powerpc-apple-darwin1.4*) AFS_SYSNAME="ppc_darwin_14" - DARWIN_PLIST=src/libafs/afs.${AFS_SYSNAME}.plist - DARWIN_INFOFILE=afs.${AFS_SYSNAME}.plist + ;; + powerpc-apple-darwin5.1*) + AFS_SYSNAME="ppc_darwin_51" ;; sparc-sun-solaris2.5*) AFS_SYSNAME="sun4x_55" @@ -302,6 +299,12 @@ else AC_MSG_RESULT($AFS_SYSNAME) fi +case $AFS_SYSNAME in + *_darwin*) + DARWIN_PLIST=src/libafs/afs.${AFS_SYSNAME}.plist + DARWIN_INFOFILE=afs.${AFS_SYSNAME}.plist + ;; +esac if test "x${MKAFS_OSTYPE}" = "xIRIX"; then echo Skipping library tests because they confuse Irix. -- 2.39.5