]> git.ipfire.org Git - thirdparty/libatasmart.git/commitdiff
activate automake silent rules
authorLennart Poettering <lennart@poettering.net>
Wed, 19 Aug 2009 22:51:49 +0000 (00:51 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 19 Aug 2009 22:51:49 +0000 (00:51 +0200)
configure.ac

index f2a2ca41e01c3ae0e885fa898e8993f0f995273a..c846a75f5b448ac0715377707a9f4b27a72d6ecf 100644 (file)
@@ -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}"