diff options
author | Gernot Tenchio <gernot@tenchio.de> | 2011-08-28 22:47:28 +0200 |
---|---|---|
committer | Gernot Tenchio <gernot@tenchio.de> | 2011-09-19 22:16:21 +0200 |
commit | eab1531525086900db9b8c3b1d69c3b4d222fee4 (patch) | |
tree | 77f7c5c8ada35a6bdb890965f0d1e5397d2a12a0 /configure.ac | |
parent | f6eeb5d383a254787e7f5bc6e59b016bc99c435a (diff) | |
download | libtdevnc-eab1531525086900db9b8c3b1d69c3b4d222fee4.tar.gz libtdevnc-eab1531525086900db9b8c3b1d69c3b4d222fee4.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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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 |