projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94617c2
)
nextafter: Fix configure check.
author
Bruno Haible
<bruno@clisp.org>
Sat, 16 Oct 2010 12:20:18 +0000
(14:20 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Sat, 16 Oct 2010 12:20:18 +0000
(14:20 +0200)
* modules/nextafter (configure.ac): Correct expected prototype.
ChangeLog
patch
|
blob
|
history
modules/nextafter
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index aaef0a521b9a9e326f6a154096b18d2d22ce4b3b..de256ba80342f991a9bd2a26daca0b44bc36dffa 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2010-10-16 Bruno Haible <bruno@clisp.org>
+
+ nextafter: Fix configure check.
+ * modules/nextafter (configure.ac): Correct expected prototype.
+
2010-10-16 Bruno Haible <bruno@clisp.org>
termios: Update documentation.
diff --git
a/modules/nextafter
b/modules/nextafter
index ed93418b8bbcd98b7a6fccdb81f4d89790e0ba64..1152d2032869ab322046d95565c62381b085b7df 100644
(file)
--- a/
modules/nextafter
+++ b/
modules/nextafter
@@
-7,7
+7,7
@@
m4/mathfunc.m4
Depends-on:
configure.ac:
-gl_MATHFUNC([nextafter], [double], [(double)])
+gl_MATHFUNC([nextafter], [double], [(double
, double
)])
Makefile.am: