Re: [PATCH] getopt: handle POSIXLY_CORRECT set but not exported

2010-09-07 Thread Dustin J. Mitchell
On Tue, Sep 7, 2010 at 4:58 PM, Eric Blake wrote: > In complete patch form.  I'll be pushing this soon, after more > testing completes. This looks great, and works for me. Thanks! Dustin -- Open Source Storage Engineer http://www.zmanda.com

[PATCH] getopt: handle POSIXLY_CORRECT set but not exported

2010-09-07 Thread Eric Blake
* m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Restore pre-existing export state of POSIXLY_CORRECT. Reported by Dustin J. Mitchell. Signed-off-by: Eric Blake --- >> Maybe the test whether the value of ENVIRON["POSIXLY_CORRECT"] is empty or >> non-empty can be moved into the awk script. I'm not very