This is needed to declare frexpl() when the system doesn't have it, e.g. on HP-UX.
2007-03-31 Bruno Haible <[EMAIL PROTECTED]> * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when the function is not present. *** m4/frexpl.m4 30 Mar 2007 00:03:15 -0000 1.4 --- m4/frexpl.m4 31 Mar 2007 20:37:16 -0000 *************** *** 54,59 **** --- 54,60 ---- dnl MacOS X 10.3 has frexpl() in libc but doesn't declare it in <math.h>. AC_CHECK_DECL([frexpl], , [HAVE_DECL_FREXPL=0], [#include <math.h>]) else + HAVE_DECL_FREXPL=0 AC_LIBOBJ([frexpl]) fi ])