[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] Groff for OS/2
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] Groff for OS/2 |
Date: |
Mon, 12 Nov 2001 21:28:04 +0100 (CET) |
> besides being redundant, the one in groff is wrong, since it
> conflicts with the declaration of main:
> int main(int, char **);
main()?
> (I see that getopt has been prototyped in unistd.h since 1997; a
> configure script would have to check for it in stdlib.h as well, to
> handle old systems).
Note that autoconf is notoriously bad at handling C++ (it is better
now, but still not optimal). I would greatly appreciate if someone
can supply a proper getopt() test for groff.
Werner