]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
configure: conditionally add AM_SILENT_RULES
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 16 Feb 2012 10:48:40 +0000 (11:48 +0100)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Thu, 16 Feb 2012 13:00:38 +0000 (14:00 +0100)
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>
configure.ac

index 80df9881af9cd82b62159f33007ff93977afe003..bf10911d9a7b83aadccbd9c1eab92aef342a4792 100644 (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.