summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-08-23 18:11:25 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2009-08-23 18:11:25 +0100
commit60adfcd869db4bee93d108fe4c2c345bb5621c4e (patch)
tree5ac48e47b1a7079bc2d70bed907d57fdb5d1246a /configure.ac
parentbc1ecfdc0ecf1700a9585d97e7d30b26e714af41 (diff)
Quiet build.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bef504f..ed78d21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,11 @@ AC_INIT([telepathy-idle], [idle_version],
AC_CONFIG_MACRO_DIR([m4])
+# Enable silent build rules by default, requires at least
+# Automake-1.11. Disable by either passing --disable-silent-rules to
+# configure or passing V=1 to make
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
AM_INIT_AUTOMAKE([1.9 -Wno-portability])
AM_PROG_LIBTOOL