summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-17 18:39:00 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-17 18:39:00 -0400
commitd4f8da3f4855db24484a8924d883df362561b7ce (patch)
treea17555582f1b351a1aee5cf375f1830ef7613c04 /configure.in
parentcaed415f553a60176b33e30ee37e891cb720e9c6 (diff)
downloadpango-d4f8da3f4855db24484a8924d883df362561b7ce.tar.gz
Bug 592131 - Add AM_SILENT_RULES
And sprinkle some $(AM_V_GEN) around. Silent rules are disabled by default.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 98403cae..da5c7166 100644
--- a/configure.in
+++ b/configure.in
@@ -56,6 +56,7 @@ AC_CONFIG_SRCDIR([pango.pc.in])
dnl -Wno-portability tells automake to stop complaining about the
dnl usage of GNU Make specific features.
AM_INIT_AUTOMAKE(1.9 gnits dist-bzip2 no-dist-gzip -Wno-portability)
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([no])])
AM_CONFIG_HEADER([config.h])