List:Commits« Previous MessageNext Message »
From:kent Date:February 8 2008 3:07pm
Subject:bk commit into 6.0 tree (kent:1.2698)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0 repository of kent. When kent 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@stripped, 2008-02-08 16:06:57+01:00, kent@stripped +1 -0
  configure.in:
    Need to process "mysql_version.h.in"

  configure.in@stripped, 2008-02-08 16:06:51+01:00, kent@stripped +2 -1
    Need to process "mysql_version.h.in"

diff -Nrup a/configure.in b/configure.in
--- a/configure.in	2008-02-08 11:33:17 +01:00
+++ b/configure.in	2008-02-08 16:06:51 +01:00
@@ -157,7 +157,8 @@ fi
 ##############################################################################
 
 # Specify just a few make files here, rest is broken out and included
-AC_CONFIG_FILES([Makefile include/Makefile lib/Makefile])
+AC_CONFIG_FILES([include/mysql_version.h
+		 Makefile include/Makefile lib/Makefile build/Makefile])
 
 # The TARGET_LINUX setting is used in configure and "scripts" directory
 AC_MSG_CHECKING([if $target_os is a variation of Linux])
Thread
bk commit into 6.0 tree (kent:1.2698)kent8 Feb