ref: 6e75b15f795621155a83a11bcc68583ed938f933
parent: 256b7e37d14de2e5303a6f899be8cdffda8e1661
author: Chris Bagwell <chris@cnpbagwell.com>
date: Wed Oct 29 18:28:43 EDT 2014
Default to silent mode for automake Prevents the compiler warnings from being lost in the noise. Use 'make V=1' to get older verbose compile output.
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,7 @@
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
+AM_SILENT_RULES([yes])
dnl create a config.h file (Automake will add -DHAVE_CONFIG_H)
AC_CONFIG_HEADERS([src/soxconfig.h])