From: Reuben Hawkins Date: Thu, 19 May 2011 20:28:04 +0000 (-0700) Subject: Cleaner build output X-Git-Tag: fuse_2_9_0~41 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d523ae8421eb506dbb8660e015c25fa9b16d0507;p=qemu-gpiodev%2Flibfuse.git Cleaner build output Add m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)]) for cleaner build output. The verbose output is still available with 'make V=1' --- diff --git a/ChangeLog b/ChangeLog index 82d6133..df79788 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-05-20 Miklos Szeredi + + * Cleaner build output. Patch by Reuben Hawkins + 2011-05-19 Miklos Szeredi * Disable splice by default, add "splice_read", "splice_write" and diff --git a/configure.in b/configure.in index 47bb206..85ffa35 100644 --- a/configure.in +++ b/configure.in @@ -2,6 +2,7 @@ AC_INIT(fuse, 2.9.0-pre0) 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