Cleaner build output
authorReuben Hawkins <reubenhwk@gmail.com>
Thu, 19 May 2011 20:28:04 +0000 (13:28 -0700)
committerMiklos Szeredi <mszeredi@suse.cz>
Fri, 20 May 2011 08:45:32 +0000 (10:45 +0200)
Add m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)]) for cleaner
build output.  The verbose output is still available with 'make V=1'

ChangeLog
configure.in

index 82d61335409cf64429d730b12c25f88504b597d7..df79788f45ad58e7a2f0fc8e18107821754582f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index 47bb20602d67ba44f9522c140f5e86e4a36ae8f5..85ffa354711d111372f87d90ffcd59a0c994e2a7 100644 (file)
@@ -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