summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorReuben Hawkins <reubenhwk@gmail.com>2011-05-19 13:28:04 -0700
committerMiklos Szeredi <mszeredi@suse.cz>2011-05-20 10:45:32 +0200
commitd523ae8421eb506dbb8660e015c25fa9b16d0507 (patch)
treef4dd372633c7188818d033b53602433c6c9e7e25 /configure.in
parent49e85dee59a0d594b409e64dc621915617b888c3 (diff)
downloadfuse-d523ae8421eb506dbb8660e015c25fa9b16d0507.tar.gz
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'
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
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