bgarrigues pushed a commit to branch master
in repository groff.
commit 168f4bcd9517bbd6e963e7ec2b8a282c29888ff6
Author: Bertrand Garrigues <[email protected]>
Date: Mon Dec 10 22:41:32 2018 +0100
Remove gnulib's hypot module.
The removal of 'GROFF_NEED_DECLARATION([hypot])' in 'configure.ac'
was correct as the test was buggy, but there is no need to use
gnulib's hypot module as previously we did not need to provide a
replacement function.
* bootstrap.conf: do it.
---
ChangeLog | 11 +++++++++++
bootstrap.conf | 1 -
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 5db9a12..fb82245 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2018-12-08 Bertrand Garrigues <[email protected]>
+
+ Remove gnulib's hypot module.
+
+ The removal of 'GROFF_NEED_DECLARATION([hypot])' in 'configure.ac'
+ was correct as the test was buggy, but there is no need to use
+ gnulib's hypot module as previously we did not need to provide a
+ replacement function.
+
+ * bootstrap.conf: do it.
+
2018-12-08 Deri James <[email protected]>
Problem running gropdf on big endian (Sparc)
diff --git a/bootstrap.conf b/bootstrap.conf
index 6cf16c8..5161d1f 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -43,7 +43,6 @@ gnulib_modules="
fprintf-posix
snprintf
vsnprintf
- hypot
"
# Name of the Makefile.am
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit