diff configure.ac @ 30665:a14c2e81fcf0

Enable silent build rules. You can disable them using the configure option --disable-silent-rules, or by specifying `make V=1` when building.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 02 Jul 2010 00:32:20 +0000
parents 2b17eaf88391
children 514ed776e193
line wrap: on
line diff
--- a/configure.ac	Thu Jul 01 00:03:35 2010 +0000
+++ b/configure.ac	Fri Jul 02 00:32:20 2010 +0000
@@ -75,6 +75,8 @@
 AC_CANONICAL_HOST
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([1.9 -Wno-portability dist-bzip2])
+dnl TODO: Always use AM_SILENT_RULES when we depend on automake >= 1.11
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 PURPLE_MAJOR_VERSION=purple_major_version
 PURPLE_MINOR_VERSION=purple_minor_version