gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_9-181-g12fbe47


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_9-181-g12fbe47
Date: Tue, 30 Mar 2010 21:13:39 +0000

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 gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=12fbe47f33b6d03ff28ff9bc9e5e9405b110d883

The branch, master has been updated
       via  12fbe47f33b6d03ff28ff9bc9e5e9405b110d883 (commit)
      from  0e7a3f059504df3fad633b6d5b9b67f973674e2a (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 12fbe47f33b6d03ff28ff9bc9e5e9405b110d883
Author: Simon Josefsson <address@hidden>
Date:   Tue Mar 30 23:13:34 2010 +0200

    Check for what we use.  Bump serial.

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

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

diff --git a/m4/valgrind.m4 b/m4/valgrind.m4
index 0698d57..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,7 +21,7 @@ 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


hooks/post-receive
-- 
GNU gnutls




reply via email to

[Prev in Thread] Current Thread [Next in Thread]