From fc78fef7968a652d2bf96ac5ee6d5f35faf7fcd9 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 4 Oct 2000 23:20:16 +0300 Subject: Portability fixes Docs/manual.texi: Updates in the links sections config.guess: Added fixes for Darwin config.sub: Added fixes for Darwin configure.in: Added fixes for Darwin extra/my_print_defaults.c: Fixed typo include/my_pthread.h: Added fixes for Darwin ltconfig: Portability fix myisam/mi_check.c: Make myisamchk more silent mysys/Makefile.am: Added mf_tempfile.c mysys/mf_cache.c: Remove not used parts mysys/mf_tempfile.c: Fix for Solaris sql/log.cc: Fix for Windows sql/sql_cache.cc: Fix for Darwin sql/sql_show.cc: Fix for temporary tables strings/strtol.c: Fix for Darwin support-files/mysql.spec.sh: Fix for documentation files that are installed compressed BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted --- config.guess | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.guess') diff --git a/config.guess b/config.guess index cd4de2b0090..eb88894019f 100755 --- a/config.guess +++ b/config.guess @@ -987,6 +987,9 @@ EOF *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit 0 ;; + *:Darwin:*:*) + echo `uname -p`-apple-darwin${UNAME_RELEASE} + exit 0 ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 -- cgit v1.2.1