From: Ted McCabe Date: Sun, 20 Jan 2002 08:48:49 +0000 (+0000) Subject: STABLE12-acinclude-update-for-new-darwin-version-strings-20020120 X-Git-Tag: openafs-stable-1_2_3~40 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4a393ab4d43a67b8f6691ae45669c6c1d020da7b;p=packages%2Fo%2Fopenafs.git STABLE12-acinclude-update-for-new-darwin-version-strings-20020120 so we can build for new darwin versions --- diff --git a/acinclude.m4 b/acinclude.m4 index fcd32a47e..440cb0a95 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -210,18 +210,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" @@ -295,6 +292,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.