diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2009-12-16 15:34:11 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2009-12-16 15:34:11 +0100 |
commit | 07bfd2617db894f9a6a4ad5998941d3517974bb7 (patch) | |
tree | 6ef380be281adedf087a0aeebda5286409211a25 /configure.in | |
parent | 04d1596d643cc4789c63c0c4f4598fe04564f65f (diff) | |
parent | 5cd3dffebb2abd5778e819ac57001e0d963484d8 (diff) | |
download | mariadb-git-07bfd2617db894f9a6a4ad5998941d3517974bb7.tar.gz |
merge
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 32e06f87bd9..5bf230ab034 100644 --- a/configure.in +++ b/configure.in @@ -25,9 +25,15 @@ AC_CANONICAL_SYSTEM # # When changing major version number please also check switch statement # in client/mysqlbinlog.cc:check_master_version(). -AM_INIT_AUTOMAKE(mysql, 5.6.0-beta) +AM_INIT_AUTOMAKE(mysql, 5.5.99) AM_CONFIG_HEADER([include/config.h:config.h.in]) +# Request support for automake silent-rules if available. +# Default to verbose output. One can use the configure-time +# option --enable-silent-rules or make V=0 to activate +# silent rules. +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])]) + PROTOCOL_VERSION=10 DOT_FRM_VERSION=6 # See the libtool docs for information on how to do shared lib versions. |