Mercurial > hg > octave-shane > gnulib-hg
annotate modules/exp2l-ieee @ 17632:86af85d364e1 default tip
unistd: port readlink to Mac OS X 10.3.9
* lib/unistd.in.h (_GL_INCLUDING_UNISTD_H): New macro, to work
around self-include problem in Mac OS X 10.3.9 when combined with
readlink module. Problem reported by Klaus Zietler in
<http://bugs.gnu.org/16825>.
author | Paul Eggert <eggert@penguin.cs.ucla.edu> |
---|---|
date | Tue, 25 Feb 2014 11:16:27 -0800 |
parents | d19d163c1519 |
children |
rev | line source |
---|---|
16626 | 1 Description: |
2 exp2l() function according to ISO C 99 with IEC 60559. | |
3 | |
4 Files: | |
16628
d19d163c1519
exp2l-ieee: Work around test failure on OpenBSD 4.9 and IRIX 6.5.
Bruno Haible <bruno@clisp.org>
parents:
16626
diff
changeset
|
5 m4/exp2l-ieee.m4 |
16626 | 6 |
7 Depends-on: | |
8 exp2l | |
9 fpieee | |
10 | |
11 configure.ac: | |
16628
d19d163c1519
exp2l-ieee: Work around test failure on OpenBSD 4.9 and IRIX 6.5.
Bruno Haible <bruno@clisp.org>
parents:
16626
diff
changeset
|
12 gl_FUNC_EXP2L_IEEE |
16626 | 13 |
14 Makefile.am: | |
15 | |
16 Include: | |
17 <math.h> | |
18 | |
19 Link: | |
20 $(EXP2L_LIBM) | |
21 | |
22 License: | |
23 LGPL | |
24 | |
25 Maintainer: | |
26 Bruno Haible |