summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2014-10-09 16:40:14 +0200
committerGravatar Martin Szulecki2014-10-09 16:40:14 +0200
commite16cda8fdacbfe40055b80c0c1bf11d312784aed (patch)
tree7928a9c54e04d3200f37df4cebe5066c9a36d1ac
parentada949d1c5a906865d044212a5285e0339c7dd82 (diff)
downloadifuse-e16cda8fdacbfe40055b80c0c1bf11d312784aed.tar.gz
ifuse-e16cda8fdacbfe40055b80c0c1bf11d312784aed.tar.bz2
Use automake silent rules if available
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5e8a4eb..468be81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,7 @@
AC_PREREQ(2.61)
AC_INIT(ifuse, 1.1.3)
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
AC_CONFIG_SRCDIR([src/])
AC_CONFIG_HEADERS([config.h])
@@ -42,6 +43,8 @@ AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_CHECK_FUNCS([strcasecmp strdup strerror strndup])
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
AC_OUTPUT(Makefile src/Makefile docs/Makefile)
echo "