mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Introduce support for automake-1.11 silent-rules.
configure.in: Activate silent-rules if automake supports it.
This commit is contained in:
parent
b958fc655f
commit
b7ceeccdbe
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@ AC_CANONICAL_SYSTEM
|
|||
AM_INIT_AUTOMAKE(mysql, 5.1.41)
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue