From: Jim Meyering Date: Mon, 10 Jul 2000 11:41:50 +0000 (+0000) Subject: Tweak a comment to make it less negative about BeOS. X-Git-Tag: FILEUTILS-4_0x~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d9677bd5128b2eef5c51c18208c61001afb3783;p=thirdparty%2Fcoreutils.git Tweak a comment to make it less negative about BeOS. From Bruno Haible. --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 2899775862..d3e59539cf 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;