summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJavier Jardón <javierjc1982@gmail.com>2009-08-10 23:17:49 +0200
committerJavier Jardón <javierjc1982@gmail.com>2009-10-09 14:46:52 +0200
commit0471db0fc36864861cb6a2019babd66e2f3478a4 (patch)
tree697503dd0e3cea0065d2c0ed648f5b90c30777eb /configure.ac
parentc89364b83fa910e0d933482082279e6a743a035a (diff)
downloadglade-0471db0fc36864861cb6a2019babd66e2f3478a4.tar.gz
Support silent build rules with automake 1.11 (GnomeBug:591376)
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 0fefe983..6acc59b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,11 @@ AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2])
AM_MAINTAINER_MODE
+# 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])])
+
IT_PROG_INTLTOOL([0.35.0])
AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)