commit 5debe205097ed6c7b17e15a1798a32a7393b26fa from: Alexander Barton date: Sun Aug 16 14:08:21 2009 UTC Use AM_SILENT_RULES([yes]), if available Starting with GNU automake 1.11 "AM_SILENT_RULES([yes])" is available to make the build process less verbose ("Linux 2.6 style") which helps to spot warning and error messages. So we use it if it is available. commit - a7eef6666bf534c6cb3c395db429fb80bb8bee19 commit + 5debe205097ed6c7b17e15a1798a32a7393b26fa blob - 6738dd68eb58f7a22ab266528d147ab23464abbb blob + d10f6ec6a24db0b03cdfb32cfa60dd58a5a01d41 --- configure.in +++ configure.in @@ -17,6 +17,8 @@ AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6) AM_CONFIG_HEADER(src/config.h) + +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) # -- Templates for config.h --