From: Arun Persaud Date: Sat, 16 Apr 2011 17:36:31 +0000 (-0700) Subject: configure: enable silent rules by default X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=71e31ace909a5378f08e6f60c1cba65417ffa6e9;hp=e8d51462cf9c47973887aa23c64d436acf6b86ce;p=xboard.git configure: enable silent rules by default --- diff --git a/configure.ac b/configure.ac index 05135b2..1f44f95 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ AC_INIT([xboard],[master-20110411],[bug-xboard@gnu.org]) dnl| need this to be able to compile some files in a subdir (filebrowser) AM_INIT_AUTOMAKE([subdir-objects]) -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_HEADERS([config.h])