bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new module 'frexpl'


From: Bruno Haible
Subject: Re: new module 'frexpl'
Date: Sat, 31 Mar 2007 22:38:14 +0200
User-agent: KMail/1.5.4

This is needed to declare frexpl() when the system doesn't have it, e.g. on
HP-UX.

2007-03-31  Bruno Haible  <address@hidden>

        * 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
  ])





reply via email to

[Prev in Thread] Current Thread [Next in Thread]