How to make INSTALLS_DEPENDS?

Joerg Sonnenberger joerg at britannica.bec.de
Tue Apr 5 09:52:09 PDT 2005


On Tue, Apr 05, 2005 at 09:03:52AM -0700, Max Okumoto wrote:
> Ack! YT, you are right.  Joerg should we fix this in make by using 
> optreset?  Or are you going to try to handle it in the getopt code?

(a) We should use optreset (too). It doesn't change the sematic of the
code here, but it is much more correct.
(b) I want to keep the GNU compatible optind reset handling, since
a lot of programs actually depend on it. I'd like to remove the ~20
implementations of getopt in the tree soon.

Joerg





More information about the Users mailing list