diff options
author | Alexey Kopytov <Alexey.Kopytov@Sun.com> | 2009-11-24 11:19:06 +0300 |
---|---|---|
committer | Alexey Kopytov <Alexey.Kopytov@Sun.com> | 2009-11-24 11:19:06 +0300 |
commit | acf5330ab8da4dc625466c31959d281573ecba69 (patch) | |
tree | 121c8db4a391165eb285aeeb6a49b061bcb5da9f /configure.in | |
parent | 157affe8c4da37c2cca91618931da63aef6e0151 (diff) | |
parent | 49a7e81863fb8cae74030d3a7f8abcb6b9e69502 (diff) | |
download | mariadb-git-acf5330ab8da4dc625466c31959d281573ecba69.tar.gz |
Manual merge from the mysql-5.1-bugteam.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in index db21d0a33a5..6d50f871d43 100644 --- a/configure.in +++ b/configure.in @@ -13,6 +13,12 @@ AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE(mysql, 5.5.0-beta) 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=1 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. |