diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-08-28 14:01:49 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-08-28 14:01:49 -0400 |
commit | 3e74e62983e77a83a74be5de3470595e3b6d7f2b (patch) | |
tree | 04be148a1f56634a56fbed29e97ed74fb74f27b9 | |
parent | 735e2efc3369d4ad28a1ab73352232e39f768e27 (diff) | |
download | pango-3e74e62983e77a83a74be5de3470595e3b6d7f2b.tar.gz |
Enable silent rules by default
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 64a0db1d..64984609 100644 --- a/configure.in +++ b/configure.in @@ -56,7 +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])]) +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) AM_CONFIG_HEADER([config.h]) |