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 gsasl".
http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=a94a6e61af1c670af2cb5e4d024ccc76539c4405 The branch, master has been updated via a94a6e61af1c670af2cb5e4d024ccc76539c4405 (commit) from d133ad1d12b756589c506b915dcf5db99c4a5ab0 (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 a94a6e61af1c670af2cb5e4d024ccc76539c4405 Author: Simon Josefsson <[email protected]> Date: Tue Mar 30 23:41:32 2010 +0200 Sync valgrind.m4. ----------------------------------------------------------------------- Summary of changes: m4/valgrind.m4 | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/m4/valgrind.m4 b/m4/valgrind.m4 index e22370f..c460c34 100644 --- a/m4/valgrind.m4 +++ b/m4/valgrind.m4 @@ -1,5 +1,5 @@ -# valgrind.m4 serial 2 -dnl Copyright (C) 2008, 2009 Free Software Foundation, Inc. +# 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, dnl with or without modifications, as long as this notice is preserved. @@ -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 gsasl _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
