diff options
author | MySQL Build Team <build@mysql.com> | 2009-12-16 11:51:47 +0100 |
---|---|---|
committer | MySQL Build Team <build@mysql.com> | 2009-12-16 11:51:47 +0100 |
commit | 29f539612679ba323bb5d0e7925b02d8fabd41b1 (patch) | |
tree | 684f27847b1224b83869c88222bdd01a0a067874 /configure.in | |
parent | 76e39b1c09bf2ef8e635c40299990fb22e3210db (diff) | |
parent | 78c61d6b836acc87690243f4fdc522aff40b18d2 (diff) | |
download | mariadb-git-29f539612679ba323bb5d0e7925b02d8fabd41b1.tar.gz |
Automerge with an intermediate build clone,
to prepare for a tree parent alignment.
No code changes.
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 9eda572c7e0..6baf483b7f0 100644 --- a/configure.in +++ b/configure.in @@ -13,6 +13,12 @@ AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE(mysql, 5.5.1-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=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. |