--- config.guess Mon Aug 5 00:18:33 2002 +++ config.guess Mon Aug 5 00:26:50 2002 @@ -51,6 +51,9 @@ # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in + *:Darwin:*:*) + echo `uname -p`-apple-darwin${UNAME_RELEASE} + exit 0 ;; alpha:OSF1:*:*) # A Vn.n version is a released version. # A Tn.n version is a released field test version.