2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

configure: conditionally add AM_SILENT_RULES

Use AM_SILENT_RULES if your automake is new enough (1.11 or later, IIRC)

To see non-abbreviated compilation commands, pass in V=1
as documented in the "Optional Features" section of the help output of
configure.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
This commit is contained in:
Bernhard Reutner-Fischer 2012-02-16 11:48:40 +01:00 committed by Michal 'vorner' Vaner
parent 6129c3537c
commit a265a99016

View File

@ -5,6 +5,7 @@ AC_PREREQ([2.59])
AC_INIT(bind10-devel, 20120127, bind10-dev@isc.org)
AC_CONFIG_SRCDIR(README)
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])dnl be backward compatible
AC_CONFIG_HEADERS([config.h])
# Checks for programs.