summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-08-27 03:46:42 +0200
committerLennart Poettering <lennart@poettering.net>2009-08-27 03:46:42 +0200
commita643173cf8dbec34121dcaa143bc9e9e609766a1 (patch)
treeec883e7c2d5a523d579286b9db54a2baac84c06f /configure.ac
parentc0e29dd5959fcfe1c81c740b453fa188cd40757f (diff)
build-sys: use silent automake build rules
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 137010d..09fcf3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,6 +40,8 @@ AC_SUBST(LIBCANBERRA_GTK_VERSION_INFO, [1:1:1])
AC_CANONICAL_HOST
AC_DEFINE_UNQUOTED([CANONICAL_HOST], "$host", [Canonical host string.])
+m4_ifdef([AM_SILENT_RULES], [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}"