summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2011-03-27 17:16:22 +0200
committerSergey V. Udaltsov <svu@gnome.org>2011-03-28 00:53:57 +0100
commitb8ab34f4c9e46556654d9082b3ef9ca6d8b2adfa (patch)
tree3f29cd3d310dad62cfd4f92ae83b28a8cb40e342
parente91a4ee101ac7dc3caad708bf704f2441b9bdf54 (diff)
downloadlibxklavier-b8ab34f4c9e46556654d9082b3ef9ca6d8b2adfa.tar.gz
configure.ac: Support silent build rules
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3b383fc..5d505e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,6 +13,11 @@ AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.10 dist-bzip2])
AM_MAINTAINER_MODE([enable])
+# Support silent build rules, 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])])
+
dnl for DLL
dnl http://sources.redhat.com/autobook/autobook/autobook_91.html
VERSION_INFO=17:0:1