List:Internals« Previous MessageNext Message »
From:gerberb Date:March 10 2005 2:09am
Subject:bk commit into 4.0 tree (gerberb:1.2083)
View as plain text  
Below is the list of changes that have just been committed into a local
4.0 repository of gerberb. When gerberb does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.2083 05/03/09 18:09:31 gerberb@stripped +2 -0
  Make clear what configure is doing on SCO OS's

  BitKeeper/etc/logging_ok
    1.329 05/03/09 18:09:30 gerberb@stripped +1 -0
    Logging to logging@stripped accepted

  configure.in
    1.323 05/03/09 18:09:24 gerberb@stripped +4 -3
    Make clear what configure is doing on SCO OS's.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	gerberb
# Host:	osr507.zenez.com
# Root:	/home/osr5/mysql-4.0

--- 1.322/configure.in	2005-03-08 03:42:18 -07:00
+++ 1.323/configure.in	2005-03-09 18:09:24 -07:00
@@ -1294,6 +1294,7 @@
       touch ./include/semaphore.h
 
       # We must have gcc
+      AC_MSG_CHECKING("Checking for gcc ")
       if expr "$CC" : ".*gcc.*"
       then
 	AC_MSG_RESULT("yes")
@@ -1308,7 +1309,7 @@
       # sched.h conflicts with fsu-threads
       # touch ./include/sched.h
 
-      AC_MSG_CHECKING("for gcc")
+      AC_MSG_CHECKING("Checking for gcc")
       # We must have gcc
       if expr "$CC" : ".*gcc.*"
       then
@@ -1387,7 +1388,7 @@
         AC_DEFINE(HAVE_UNIXWARE7_POSIX)
       fi
       # We must have cc
-      AC_MSG_CHECKING("for gcc")
+      AC_MSG_CHECKING("Checking for cc or gcc")
       if expr "$CC" : ".*gcc.*"
       then
 	CC="$CC -pthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK";
@@ -1428,7 +1429,7 @@
         AC_DEFINE(HAVE_UNIXWARE7_POSIX)
       fi
       # We must have cc
-      AC_MSG_CHECKING("for gcc")
+      AC_MSG_CHECKING("Checking for cc or gcc")
       if expr "$CC" : ".*gcc.*"
       then
 	CC="$CC -pthread -DUNIXWARE_7 -DHAVE_BROKEN_RWLOCK";

--- 1.328/BitKeeper/etc/logging_ok	2005-02-15 16:27:23 -07:00
+++ 1.329/BitKeeper/etc/logging_ok	2005-03-09 18:09:30 -07:00
@@ -29,6 +29,7 @@
 dlenev@stripped
 dlenev@stripped
 dlenev@stripped
+gerberb@stripped
 gerberb@stripped
 gluh@gluh.(none)
 gluh@stripped
Thread
bk commit into 4.0 tree (gerberb:1.2083)gerberb10 Mar