configure: use AM_SILENT_RULES when available

this makes the compile process a bit easier to read/follow
This commit is contained in:
Harald Welte 2011-11-02 13:11:56 +01:00
parent d88e11d819
commit bdca4b7886
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ AM_CONFIG_HEADER([config.h])
AC_CANONICAL_SYSTEM
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL