* config.guess: Add MacOS 10 support. (Submitted to autoconf maintainers.)
authorKen Raeburn <raeburn@mit.edu>
Fri, 30 Jul 1999 22:24:46 +0000 (22:24 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 30 Jul 1999 22:24:46 +0000 (22:24 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11611 dc483132-0cff-0310-8789-dd5450dbe970

src/config/ChangeLog
src/config/config.guess

index 1986c64cfd30801228653dc51b11ee5949d25a76..22bc43380bfae6314b2ac020053fd291909c8345 100644 (file)
@@ -1,3 +1,8 @@
+1999-07-30  Ken Raeburn  <raeburn@mit.edu>
+
+       * config.guess: Add MacOS 10 support.  (Submitted to autoconf
+       maintainers.)
+
 1999-07-22  Tom Yu  <tlyu@mit.edu>
 
        * mkinstalldirs: New file; from autoconf-2.13.
index 2960d6e0d26e9ed7128c007abc5a45f5b08c857f..c4cdae72f49299c3514e4ca628f0c23371dec63f 100644 (file)
@@ -810,6 +810,9 @@ EOF
     BePC:BeOS:*:*)     # BeOS running on Intel PC compatible.
        echo i586-pc-beos
        exit 0 ;;
+    Power\ Macintosh:Mac\ OS:*:*)
+       echo powerpc-apple-macos${UNAME_RELEASE}
+       exit 0 ;;
 esac
 
 #echo '(No uname command or uname output not recognized.)' 1>&2