>>>>> "Mo" == Mo DeJong <[EMAIL PROTECTED]> writes: Mo> autoheader does not seem to pick up this HAVE statement. You need to put a #undef for the define in acconfig.h. Autoheader ought to tell you this. I'm not sure why it doesn't -- perhaps a bug in the cvs autoheader. Mo> - AC_DEFINE(BROKEN_USHRT_MAX) Mo> + AC_DEFINE(HAVE_BROKEN_USHRT_MAX, , [known to be broken on mingwin Mo> beta 20]) fi This is the best way to go. It is much cleaner in my opinion. Tom
- Is this a bug in autoheader? Mo DeJong
- Re: Is this a bug in autoheader? Tom Tromey
- Re: Is this a bug in autoheader? Akim Demaille