git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ddfc17d
)
Recognize MacOS X 10.1.5 as ppc_darwin_14. It's compatible.
author
Garry Zacheiss
<zacheiss@mit.edu>
Sat, 8 Jun 2002 02:29:50 +0000 (
02:29
+0000)
committer
Garry Zacheiss
<zacheiss@mit.edu>
Sat, 8 Jun 2002 02:29:50 +0000 (
02:29
+0000)
acinclude.m4
patch
|
blob
|
history
diff --git
a/acinclude.m4
b/acinclude.m4
index
2b01d35
..
6f81d51
100644
(file)
--- a/
acinclude.m4
+++ b/
acinclude.m4
@@
-269,6
+269,9
@@
else
powerpc-apple-darwin5.4*)
AFS_SYSNAME="ppc_darwin_14"
;;
+ powerpc-apple-darwin5.5*)
+ AFS_SYSNAME="ppc_darwin_14"
+ ;;
sparc-sun-solaris2.5*)
AFS_SYSNAME="sun4x_55"
;;