[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU libidn branch, master, updated. libidn-1-18-25-g8d8e77c
From: |
Simon Josefsson |
Subject: |
[SCM] GNU libidn branch, master, updated. libidn-1-18-25-g8d8e77c |
Date: |
Tue, 30 Mar 2010 21:14:34 +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 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 <address@hidden>
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU libidn branch, master, updated. libidn-1-18-25-g8d8e77c,
Simon Josefsson <=