@ -88,6 +88,9 @@ case $platform in
*-hpux* )
support=maybe
;;
*-darwin* )
esac
case $support in
yes ) support="Congratulations: officially supported" ;;
@ -2529,6 +2529,10 @@ guessos )
echo "${MACHINE}-apple-rhapsody${RELEASE}"; exit 0
Darwin:*:*:*)
MACHINE=`uname -p`
echo "${MACHINE}-apple-darwin${RELEASE}"; exit 0
"Mac OS":*:*:*)
echo "${MACHINE}-apple-macos${RELEASE}"; exit 0