#At file:///net/helheim/store/bteam/bzr/mysql-5.0.88-ustar/ based on
revid:joro@stripped
2841 MySQL Build Team 2009-11-07
Set minimum GNU autotools requirements to
autoconf 2.59
automake 1.9
libtool 1.5.6
modified:
configure.in
=== modified file 'configure.in'
--- a/configure.in 2009-10-27 13:11:06 +0000
+++ b/configure.in 2009-11-07 16:53:55 +0000
@@ -1,14 +1,21 @@
dnl -*- ksh -*-
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.52)dnl Minimum Autoconf version required.
+AC_PREREQ(2.59)dnl Minimum Autoconf version required.
-AC_INIT(sql/mysqld.cc)
-AC_CANONICAL_SYSTEM
-# The Docs Makefile.am parses this line!
-# remember to also change ndb version below and update version.c in ndb
-AM_INIT_AUTOMAKE(mysql, 5.0.88)
-AM_CONFIG_HEADER([include/config.h:config.h.in])
+# Remember to also update version.c in ndb.
+# When changing major version number please also check switch statement
+# in mysqlbinlog::check_master_version().
+AC_INIT([MySQL Server], [5.0.88], [], [mysql])
+AC_CONFIG_SRCDIR([sql/mysqld.cc])
+AC_CANONICAL_TARGET
+# USTAR format has separate limits of 100 characters on the file name,
+# and 155 on the directory name
+AM_INIT_AUTOMAKE([1.9 tar-ustar])
+LT_INIT([pic-only])
+LT_PREREQ([1.5.6])
+
+AM_CONFIG_HEADER([include/config.h])
PROTOCOL_VERSION=10
DOT_FRM_VERSION=6
Attachment: [text/bzr-bundle] bzr/build@mysql.com-20091107165355-s46pnm90el02gz9c.bundle
| Thread |
|---|
| • bzr commit into mysql-5.0 branch (build:2841) | MySQL Build Team | 7 Nov 2009 |