Re: valgrind-tests.m4

2010-05-17 Thread Simon Josefsson
Ben Pfaff writes: > Simon Josefsson writes: > >> Ben Pfaff writes: >> >>> Simon Josefsson writes: >>> I'm running self-tests under valgrind in several projects, and it seems like a general useful thing, so how about putting the macro for this in gnulib? >>> >>> It looks like thi

Re: valgrind-tests.m4

2010-05-17 Thread Ben Pfaff
Simon Josefsson writes: > Ben Pfaff writes: > >> Simon Josefsson writes: >> >>> I'm running self-tests under valgrind in several projects, and it seems >>> like a general useful thing, so how about putting the macro for this in >>> gnulib? >> >> It looks like this implementation requires rerunn

Re: [PATCH] bootstrap: fix an error when gnulib is not used as a git submodule.

2010-05-17 Thread Jim Meyering
Giuseppe Scrivano wrote: > another small patch for bootstrap. > > The redirect is needed because "git COMMAND -h" sends output to stderr. > > Cheers, > Giuseppe > >>From d868757ec0cb028e9b81a89a32d5bebecafe10f2 Mon Sep 17 00:00:00 2001 > From: Giuseppe Scrivano > Date: Mon, 17 May 2010 15:16:57 +0

Re: valgrind-tests.m4

2010-05-17 Thread Ralf Wildenhues
* Simon Josefsson wrote on Mon, May 17, 2010 at 08:34:49PM CEST: > Ralf Wildenhues writes: > > * Simon Josefsson wrote on Mon, May 17, 2010 at 12:15:51PM CEST: > >> I'm running self-tests under valgrind in several projects, and it seems > >> like a general useful thing, so how about putting the mac

Re: valgrind-tests.m4

2010-05-17 Thread Simon Josefsson
Ralf Wildenhues writes: > Hi Simon, > > * Simon Josefsson wrote on Mon, May 17, 2010 at 12:15:51PM CEST: >> I'm running self-tests under valgrind in several projects, and it seems >> like a general useful thing, so how about putting the macro for this in >> gnulib? > > Nice idea. However, in gen

Re: valgrind-tests.m4

2010-05-17 Thread Simon Josefsson
Ben Pfaff writes: > Simon Josefsson writes: > >> I'm running self-tests under valgrind in several projects, and it seems >> like a general useful thing, so how about putting the macro for this in >> gnulib? > > It looks like this implementation requires rerunning "configure" > to run tests under

Re: valgrind-tests.m4

2010-05-17 Thread Ralf Wildenhues
Hi Simon, * Simon Josefsson wrote on Mon, May 17, 2010 at 12:15:51PM CEST: > I'm running self-tests under valgrind in several projects, and it seems > like a general useful thing, so how about putting the macro for this in > gnulib? Nice idea. However, in general, tests might be executable progr

Re: iconv.m4: avoid warning

2010-05-17 Thread Eric Blake
On 05/16/2010 03:51 PM, Bruno Haible wrote: > Somehow I got this autoconf warning: > > configure.ac:127: warning: AC_REQUIRE: `AM_ICONV' was expanded before it > was required > > AM_ICONV is AC_REQUIREd in many places, but documented as an invokable macro > in > the gettext documentation. The

Re: absolute-header: make the macro more usable

2010-05-17 Thread Eric Blake
On 05/16/2010 03:43 PM, Bruno Haible wrote: > Can someone explain why the argument of AS_TR_SH apparently needs to be > double-quoted? The autoconf doc does not mention this. (I experimentally > determine the number of needed quotations by adding too many [[[]]] here > and there, look at the genera

Re: valgrind-tests.m4

2010-05-17 Thread Ben Pfaff
Simon Josefsson writes: > I'm running self-tests under valgrind in several projects, and it seems > like a general useful thing, so how about putting the macro for this in > gnulib? It looks like this implementation requires rerunning "configure" to run tests under valgrind. If that's right, it

[PATCH] bootstrap: fix an error when gnulib is not used as a git submodule.

2010-05-17 Thread Giuseppe Scrivano
another small patch for bootstrap. The redirect is needed because "git COMMAND -h" sends output to stderr. Cheers, Giuseppe >From d868757ec0cb028e9b81a89a32d5bebecafe10f2 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 17 May 2010 15:16:57 +0200 Subject: [PATCH] bootstrap: fix an er

Re: [BLOCKER] cannot single-step unit tests any more

2010-05-17 Thread Jim Meyering
Bruno Haible wrote: >> I don't see how this can cause a problem. >> >> The only uses of $0 are in the re-exec code (which appear not to matter >> when single stepping) Hi Bruno, > If the user starts a shell other than bash interactively, and tries to do > ". ./init.sh", he may fall into the re-ex

valgrind-tests.m4

2010-05-17 Thread Simon Josefsson
I'm running self-tests under valgrind in several projects, and it seems like a general useful thing, so how about putting the macro for this in gnulib? /Simon >From 1ec8622b3a4efed0ebaaa4eb19d440fab1708b4e Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 17 May 2010 12:15:03 +0200 Subje