Hello Paul, and sorry for the nitpickiness, but ... On Monday 13 June 2011, Paul Eggert wrote: > Thanks for the bug report. I pushed this: > > diff --git a/ChangeLog b/ChangeLog > index 19a3dff..571df81 100644 > --- a/ChangeLog > +++ b/ChangeLog > @@ -1,3 +1,11 @@ > +2011-06-13 Paul Eggert <egg...@cs.ucla.edu> > + > + ftoastr: use strtof only if HAVE_STRTOF > + This is needed on HP-UX 11.11 with GCC 4.24; see Bruno Haible's report > ... there is a (very minor) typo here: "GCC 4.24" should be GCC "4.2.4"
> + <http://lists.gnu.org/archive/html/bug-gnulib/2011-06/msg00154.html>. > + * lib/ftoastr.c (STRTOF) [LENGTH == 1]: Use strtof only if HAVE_STRTOF. > + * modules/ftoastr (configure.ac): Check for strtof. > + Regards, Stefano