summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/config')
-rw-r--r--src/config/ChangeLog5
-rw-r--r--src/config/config.guess3
2 files changed, 8 insertions, 0 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog
index 1986c64cf..22bc43380 100644
--- a/src/config/ChangeLog
+++ b/src/config/ChangeLog
@@ -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.
diff --git a/src/config/config.guess b/src/config/config.guess
index 2960d6e0d..c4cdae72f 100644
--- a/src/config/config.guess
+++ b/src/config/config.guess
@@ -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