#At file:///home/hakan/work/mysql/mysql-6.0-falcon/
2830 Hakan Kuecuekyilmaz 2008-09-29 [merge]
Merge
modified:
configure.in
=== modified file 'configure.in'
--- a/configure.in 2008-09-11 18:36:05 +0000
+++ b/configure.in 2008-09-23 10:37:16 +0000
@@ -1,12 +1,13 @@
dnl -*- ksh -*-
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.52)dnl Minimum Autoconf version required.
+# Minimum Autoconf version required.
+AC_PREREQ(2.52)
AC_INIT(sql/mysqld.cc)
AC_CANONICAL_SYSTEM
# The Docs Makefile.am parses this line!
-# remember to also update version.c in ndb
+# remember to also update version.c in ndb.
# When changing major version number please also check switch statement
# in mysqlbinlog::check_master_version().
AM_INIT_AUTOMAKE(mysql, 6.0.8-alpha)
| Thread |
|---|
| • bzr commit into mysql-6.0-falcon branch (hky:2830) | Hakan Kuecuekyilmaz | 29 Sep |