From: Arun Persaud Date: Mon, 20 Sep 2010 03:55:01 +0000 (-0700) Subject: add option for silent builds X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=b82df03a5011d3b3865a3a02ecac402ec48e402e add option for silent builds this can be enabled for automake versions >1.11 by calling ./configure --enable-silent-rules. It should still work for older automake versions too --- diff --git a/configure.ac b/configure.ac index 59c1f07..712c250 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,7 @@ AC_INIT([xboard],[master-20100806],[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]) AC_CONFIG_HEADERS([config.h])