Re: HP-UX 10.20 breakage in 2.57

2002-12-23 Thread Paul Eggert
> Date: Mon, 23 Dec 2002 08:48:46 -0600 > From: Albert Chin <[EMAIL PROTECTED]> > > > Does the following patch fix things? > > Works now. Thanks for testing it. I installed this patch. 2002-12-23 Paul Eggert <[EMAIL PROTECTED]> * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define

Re: HP-UX 10.20 breakage in 2.57

2002-12-23 Thread Albert Chin
On Mon, Dec 23, 2002 at 12:06:26AM -0800, Paul Eggert wrote: > > Date: Sun, 22 Dec 2002 22:21:20 -0600 > > From: Albert Chin <[EMAIL PROTECTED]> > > > > Under, HP-UX 10.20, #include brings in which > > defines a prototype for gettimeofday(). > > How bizarre. What other functions (besides getti

Re: HP-UX 10.20 breakage in 2.57

2002-12-23 Thread Paul Eggert
> Date: Sun, 22 Dec 2002 22:21:20 -0600 > From: Albert Chin <[EMAIL PROTECTED]> > > Under, HP-UX 10.20, #include brings in which > defines a prototype for gettimeofday(). How bizarre. What other functions (besides gettimeofday) does define? Is there any symbol that we can define before inclu

HP-UX 10.20 breakage in 2.57

2002-12-22 Thread Albert Chin
2.57 introduced the following incompatible change: * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C), _AC_PROG_PREPROC_WORKS_IFELSE): Use if __STDC__ is defined, to support freestanding compilers. This should fix the bug reported by Momchil Velkov in