[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NLS sanitization
From: |
Ralf Wildenhues |
Subject: |
Re: NLS sanitization |
Date: |
Wed, 10 Oct 2007 07:21:53 +0200 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Hi Eric,
* Eric Blake wrote on Wed, Oct 10, 2007 at 05:49:30AM CEST:
>
> Any objections to this patch? By my count, it shaves more than 50 forks
> each from configure, config.status, and testsuite; for a noticeable effect
> on Cygwin in the common case of LC_ALL being settable. It bypasses the
> setting of 14 other variables, each of which invokes 2 subshells and a
> command substitution.
Nice, idea. Didn't LANGUAGE and/or LANG have some meaning even if
LC_ALL was set, though? I keep forgetting.
Cheers,
Ralf
> 2007-10-09 Eric Blake <address@hidden>
>
> Reduce number of forks at startup.
> * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Speed up NLS
> sanitization.
> * configure: Regenerate.