List:Commits« Previous MessageNext Message »
From:Sergei Golubchik Date:May 10 2006 7:58pm
Subject:bk commit into 5.1 tree (serg:1.2395)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of serg. When serg 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.2395 06/05/10 13:57:58 serg@stripped +1 -0
  apparently "sinclude" is consireded by aclocal (up to 1.9.5)
  by a dirty word, and it complains about it, even in a comment.

  config/ac-macros/plugins.m4
    1.15 06/05/10 13:57:52 serg@stripped +1 -1
    apparently "sinclude" is consireded by aclocal (up to 1.9.5)
    by a dirty word, and it complains about it, even in a comment.

# 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:	serg
# Host:	sergbook.mysql.com
# Root:	/usr/home/serg/Abk/mysql-5.1

--- 1.14/config/ac-macros/plugins.m4	Wed May 10 11:26:58 2006
+++ 1.15/config/ac-macros/plugins.m4	Wed May 10 13:57:52 2006
@@ -750,7 +750,7 @@
 AC_DEFUN([_MYSQL_INCLUDE_LIST],[
  ifelse([$1], [], [], [
   m4_define([__mysql_include__],[$1])
-  dnl We have to use builtin(), because sinclude($1) generates an error
+  dnl We have to use builtin(), because sinclude would generate an error
   dnl "file $1 does not exists" in aclocal-1.8 - which is a bug, clearly
   dnl violating m4 specs, and which is fixed in aclocal-1.9
   builtin([include],$1)
Thread
bk commit into 5.1 tree (serg:1.2395)Sergei Golubchik10 May