[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: POSIXLY_CORRECT not correctly unset in getopt.m4?
From: |
Ralf Wildenhues |
Subject: |
Re: POSIXLY_CORRECT not correctly unset in getopt.m4? |
Date: |
Tue, 7 Sep 2010 22:34:56 +0200 |
User-agent: |
Mutt/1.5.20 (2010-04-22) |
Hi Eric,
* Eric Blake wrote on Tue, Sep 07, 2010 at 10:13:49PM CEST:
> POSIX guarantees that
> awk supplies ENVIRON; are we assuming that this is reasonable
> portable to all the old-and-crusty vendor implementations out there,
> since the autoconf manual doesn't state otherwise?
No. /bin/awk on Solaris 10 doesn't know ENVIRON, /usr/xpg4/bin/awk
and /bin/nawk do.
Cheers,
Ralf