Subject: [PATCH 1/2] - Added silent build rules

[PATCH 1/2] - Added silent build rules

From: Fritz Elfert <fritz_at_fritz-elfert.de>
Date: Fri, 23 Dec 2011 04:43:19 +0100

Hi *,
The following adds silent build rules which IMHO make compiler warnings stand-out much better.

Cheers
 -Fritz

---
 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 5f94099..37d3f1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,7 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([src])
 AM_CONFIG_HEADER([src/libssh2_config.h example/libssh2_config.h])
 AM_MAINTAINER_MODE
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
  dnl SED is needed by some of the tools
 AC_PATH_PROG( SED, sed, sed-was-not-found-by-configure,
-- 
1.7.6.4
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
Received on 2011-12-23