summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-08-20 00:51:49 +0200
committerLennart Poettering <lennart@poettering.net>2009-08-20 00:51:49 +0200
commita5eca09f5fbb10996ef67504352339fc35aa5581 (patch)
treea811f08a7432e9370a591e5b49987c76faa13d72
parent7e8f3350aea65ed203305c8e7e4fc1cfd4656393 (diff)
activate automake silent rules
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f2a2ca4..c846a75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,6 +34,8 @@ AC_SUBST(LIBATASMART_VERSION_INFO, [4:0:0])
AC_CANONICAL_HOST
+AM_SILENT_RULES([yes])
+
if type -p stow > /dev/null && test -d /usr/local/stow ; then
AC_MSG_NOTICE([*** Found /usr/local/stow: default install prefix set to /usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION} ***])
ac_default_prefix="/usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION}"