summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTimothy Smith <timothy.smith@sun.com>2010-02-17 12:36:16 -0700
committerTimothy Smith <timothy.smith@sun.com>2010-02-17 12:36:16 -0700
commit9228717f7cd88b7d2e7036b4f179c4886987c3d0 (patch)
treee5b21ee9bf4129db3d86abb2bde3cebfc627251e /configure.in
parent141bb7d144e093c860f2183abf220875ee681930 (diff)
parent2e7266e7efd1232c882b223eef7019fe92ee4faa (diff)
downloadmariadb-git-9228717f7cd88b7d2e7036b4f179c4886987c3d0.tar.gz
merge
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 9600e5cc44e..038d27794f6 100644
--- a/configure.in
+++ b/configure.in
@@ -4,10 +4,16 @@ dnl Process this file with autoconf to produce a configure script.
# Minimum Autoconf version required.
AC_PREREQ(2.59)
-# Remember to also update version.c in ndb.
-# When changing major version number please also check switch statement
-# in mysqlbinlog::check_master_version().
+dnl Various people throughout the community may parse configure.in to
+dnl get the MySQL version from the source branch. If the formatting
+dnl of this line is going to be changed, please announce the change to
+dnl internals@lists.mysql.com in advance of pushing the change.
+dnl
+dnl When changing the major version number please also check the switch
+dnl statement in mysqlbinlog::check_master_version(). You may also need
+dnl to update version.c in ndb.
AC_INIT([MySQL Server], [5.1.45], [], [mysql])
+
AC_CONFIG_SRCDIR([sql/mysqld.cc])
AC_CANONICAL_SYSTEM
# USTAR format gives us the possibility to store longer path names in