summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTimothy Smith <timothy.smith@sun.com>2010-02-17 12:00:18 -0700
committerTimothy Smith <timothy.smith@sun.com>2010-02-17 12:00:18 -0700
commit2e7266e7efd1232c882b223eef7019fe92ee4faa (patch)
tree6e2f55b80ab440a50ea4b23a752e7040e1afc23d /configure.in
parentca6ec790b4c12ab93a11d0f8f1d6e23d13c041b5 (diff)
downloadmariadb-git-2e7266e7efd1232c882b223eef7019fe92ee4faa.tar.gz
Request that internals mailing list be notified if the MySQL version formatting changes
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index c2ee247397a..8df17c99614 100644
--- a/configure.in
+++ b/configure.in
@@ -5,9 +5,15 @@ AC_PREREQ(2.52)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
+
+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 Remember to also change NDB_VERSION_* below and update version.c in ndb
AM_INIT_AUTOMAKE(mysql, 5.0.91)
+
AM_CONFIG_HEADER([include/config.h:config.h.in])
PROTOCOL_VERSION=10