git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b9eb8cc
)
darwin-map-more-version-20030331
author
Garry Zacheiss
<zacheiss@mit.edu>
Mon, 31 Mar 2003 19:22:04 +0000 (19:22 +0000)
committer
Garry Zacheiss
<zacheiss@mit.edu>
Mon, 31 Mar 2003 19:22:04 +0000 (19:22 +0000)
Recognize MacOS X 10.2.3 and 10.2.4.
acinclude.m4
patch
|
blob
|
history
diff --git
a/acinclude.m4
b/acinclude.m4
index
26c47e4
..
4ea7847
100644
(file)
--- a/
acinclude.m4
+++ b/
acinclude.m4
@@
-439,6
+439,12
@@
else
powerpc-apple-darwin6.2*)
AFS_SYSNAME="ppc_darwin_60"
;;
+ powerpc-apple-darwin6.3*)
+ AFS_SYSNAME="ppc_darwin_60"
+ ;;
+ powerpc-apple-darwin6.4*)
+ AFS_SYSNAME="ppc_darwin_60"
+ ;;
sparc-sun-solaris2.5*)
AFS_SYSNAME="sun4x_55"
;;