summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGernot Tenchio <gernot@tenchio.de>2011-08-28 22:47:28 +0200
committerGernot Tenchio <gernot@tenchio.de>2011-09-19 22:16:21 +0200
commiteab1531525086900db9b8c3b1d69c3b4d222fee4 (patch)
tree77f7c5c8ada35a6bdb890965f0d1e5397d2a12a0
parentf6eeb5d383a254787e7f5bc6e59b016bc99c435a (diff)
downloadlibtdevnc-eab15315.tar.gz
libtdevnc-eab15315.zip
configure: Add AM_SILENT_RULES
Working with “silent make mode” makes debugging a lot of easier since warnings wont shadowed by useless compiler noise
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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