From 18185ede3d228470be73550e279a3899d80c856a Mon Sep 17 00:00:00 2001 From: Frank Lahm Date: Fri, 20 Apr 2012 16:53:15 +0200 Subject: [PATCH] Enable automake silent rules if available --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 87342dfa..30aa8cf4 100644 --- a/configure.ac +++ b/configure.ac @@ -213,6 +213,9 @@ AM_CONDITIONAL(DEFAULT_HOOK, test x$neta_cv_have_libgcrypt != xyes && test x$net AM_CONDITIONAL(USE_BDB, test x$bdb_required = xyes) AM_CONDITIONAL(HAVE_ATFUNCS, test x"$ac_neta_haveatfuncs" = x"yes") +dnl Enable silent Automake rules if present +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) + dnl --------------------- generate files AC_OUTPUT([Makefile bin/Makefile -- 2.39.2