projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e424ce
)
Typo in last commit.
author
Bruno Haible
<bruno@clisp.org>
Sun, 7 Oct 2007 10:41:50 +0000
(12:41 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Sun, 7 Oct 2007 10:41:50 +0000
(12:41 +0200)
m4/trunc.m4
patch
|
blob
|
history
diff --git
a/m4/trunc.m4
b/m4/trunc.m4
index 967d00042ebec8acc465fc8ae072f167bb8a06b3..feb9d27d576d58784a0f0ebbda5fa5a13d7b95a7 100644
(file)
--- a/
m4/trunc.m4
+++ b/
m4/trunc.m4
@@
-7,7
+7,7
@@
dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_FUNC_TRUNC],
[
AC_REQUIRE([gl_MATH_H_DEFAULTS])
- dnl Persuade glibc <math.h> to declare trunc
l
().
+ dnl Persuade glibc <math.h> to declare trunc().
AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
dnl Test whether trunc() is declared.
AC_CHECK_DECLS([trunc], , , [#include <math.h>])