From eab1531525086900db9b8c3b1d69c3b4d222fee4 Mon Sep 17 00:00:00 2001 From: Gernot Tenchio Date: Sun, 28 Aug 2011 22:47:28 +0200 Subject: [PATCH] configure: Add AM_SILENT_RULES MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Working with “silent make mode” makes debugging a lot of easier since warnings wont shadowed by useless compiler noise --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 79ce830..3e7c901 100644 --- a/configure.ac +++ b/configure.ac @@ -3,6 +3,7 @@ AC_INIT(LibVNCServer, 0.9.8, http://sourceforge.net/projects/libvncserver) AM_INIT_AUTOMAKE(LibVNCServer, 0.9.8) AM_CONFIG_HEADER(rfbconfig.h) AX_PREFIX_CONFIG_H([rfb/rfbconfig.h]) +AM_SILENT_RULES([yes]) # Checks for programs. AC_PROG_CC