groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: Remove gnulib's hypot module.


From: Bertrand Garrigues
Subject: [groff] 01/01: Remove gnulib's hypot module.
Date: Mon, 10 Dec 2018 17:01:10 -0500 (EST)

bgarrigues pushed a commit to branch master
in repository groff.

commit 168f4bcd9517bbd6e963e7ec2b8a282c29888ff6
Author: Bertrand Garrigues <address@hidden>
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 <address@hidden>
+
+       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  <address@hidden>
 
        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



reply via email to

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