summaryrefslogtreecommitdiff
path: root/m4/jm-macros.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-10 11:41:50 +0000
committerJim Meyering <jim@meyering.net>2000-07-10 11:41:50 +0000
commit9d9677bd5128b2eef5c51c18208c61001afb3783 (patch)
treea5030a361268ddbc5cab7dff443dba3ba2e45e17 /m4/jm-macros.m4
parent144d72edd4d362cb10aaed4b9dbab6fe6e37492a (diff)
downloadcoreutils-9d9677bd5128b2eef5c51c18208c61001afb3783.tar.xz
Tweak a comment to make it less negative about BeOS.
From Bruno Haible.
Diffstat (limited to 'm4/jm-macros.m4')
-rw-r--r--m4/jm-macros.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 289977586..d3e59539c 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -190,7 +190,9 @@ AC_DEFUN(jm_MACROS,
# See if linking `seq' requires -lm.
# It does on nearly every system. The single exception (so far) is
- # BeOS which doesn't even have a separate math library.
+ # BeOS which has all the math functions in the normal runtime library
+ # and doesn't have a separate math library.
+
AC_SUBST(SEQ_LIBM)
ac_seq_body='
static double x, y;