From 956f357b9715484e4d09aea0ba41f93808bbb7f9 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 27 May 2004 02:06:58 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=3455 --- checkin_notes | 7 +++++++ config.guess | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index fd1b966ebd..fd95ad8555 100755 --- a/checkin_notes +++ b/checkin_notes @@ -12692,3 +12692,10 @@ David May 26 2004 - updated config.guess config.guess + +Rom May 26 2004 + - Update config.guess so we don't have to add the --build command to + each execution of ./configure for the Macs + + / + config.guess \ No newline at end of file diff --git a/config.guess b/config.guess index f4f77724be..f037406fca 100755 --- a/config.guess +++ b/config.guess @@ -1056,7 +1056,7 @@ EOF echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit 0 ;; *:Darwin:*:*) - echo `uname -p`-apple-darwin${UNAME_RELEASE} + echo `uname -p`-apple-darwin exit 0 ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) if test "${UNAME_MACHINE}" = "x86pc"; then