Add support for automake silent builds

This commit is contained in:
Joachim Nilsson
2010-01-16 22:42:21 +01:00
parent fc498f305b
commit 8ff3272698
9 changed files with 2259 additions and 2446 deletions

View File

@@ -9,6 +9,9 @@ AC_CONFIG_HEADER([config.h])
# Prepare automake
AM_INIT_AUTOMAKE([dist-bzip2 dist-lzma])
# Silent "kernel" style build from automake 1.11 and later.
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# Checks for programs.
AC_PROG_CC
AC_PROG_RANLIB