From b82df03a5011d3b3865a3a02ecac402ec48e402e Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 19 Sep 2010 20:55:01 -0700 Subject: [PATCH] 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 --- configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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]) -- 1.7.0.4