aboutsummaryrefslogtreecommitdiffstats
path: root/config.guess
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-08-19 12:09:52 +0000
committerAndrew Tridgell <tridge@samba.org>2000-08-19 12:09:52 +0000
commit2201ba580e0dd4075b17cfb8aefe8ac0e1b7dff8 (patch)
tree3c0e76ac754d945fe64f9209281db9dffe7e6646 /config.guess
parentb7c33e3bdea743c1d9fe1fb66f2f3929ab59fd31 (diff)
downloadandroid_external_rsync-2201ba580e0dd4075b17cfb8aefe8ac0e1b7dff8.tar.gz
android_external_rsync-2201ba580e0dd4075b17cfb8aefe8ac0e1b7dff8.tar.bz2
android_external_rsync-2201ba580e0dd4075b17cfb8aefe8ac0e1b7dff8.zip
added MacOS support to config.guess (from wsanchez@apple.com)
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index e1b58717..720259dd 100755
--- a/config.guess
+++ b/config.guess
@@ -977,6 +977,9 @@ EOF
*:QNX:*:4*)
echo i386-qnx-qnx${UNAME_VERSION}
exit 0 ;;
+ *:"Mac OS":*:*)
+ echo `uname -p`-apple-macos${UNAME_RELEASE}
+ exit 0 ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2