Add m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)]) for cleaner
build output. The verbose output is still available with 'make V=1'
+2011-05-20 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Cleaner build output. Patch by Reuben Hawkins
+
2011-05-19 Miklos Szeredi <miklos@szeredi.hu>
* Disable splice by default, add "splice_read", "splice_write" and
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)])
AM_CONFIG_HEADER(include/config.h)
AC_PROG_LIBTOOL