This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU libidn".

http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=8d8e77ceac2214db9ce661249bf4fe4100a0940e

The branch, master has been updated
       via  8d8e77ceac2214db9ce661249bf4fe4100a0940e (commit)
      from  5d9793baca21a49954475d630af67886cb2cab88 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8d8e77ceac2214db9ce661249bf4fe4100a0940e
Author: Simon Josefsson <[email protected]>
Date:   Tue Mar 30 23:14:27 2010 +0200

    Sync valgrind.m4.

-----------------------------------------------------------------------

Summary of changes:
 m4/valgrind.m4 |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/m4/valgrind.m4 b/m4/valgrind.m4
index 189ba08..c460c34 100644
--- a/m4/valgrind.m4
+++ b/m4/valgrind.m4
@@ -1,4 +1,4 @@
-# valgrind.m4 serial 2
+# valgrind.m4 serial 3
 dnl Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -21,8 +21,9 @@ AC_DEFUN([sj_VALGRIND],
     AC_CHECK_PROGS(VALGRIND, valgrind)
   fi
 
-  if test -n "$VALGRIND" && $VALGRIND true > /dev/null 2>&1; then
+  if test -n "$VALGRIND" && $VALGRIND -q true > /dev/null 2>&1; then
     opt_valgrind_tests=yes
+    VALGRIND="$VALGRIND -q"
   else
     opt_valgrind_tests=no
     VALGRIND=


hooks/post-receive
-- 
GNU libidn


_______________________________________________
Libidn-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/libidn-commit

Reply via email to