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 <[EMAIL PROTECTED]> > > Reduce number of forks at startup. > * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Speed up NLS > sanitization. > * configure: Regenerate.
