diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-11 10:07:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-11 10:07:07 +0000 |
commit | db7b7871a3a8688c2ffc0bece21d9f9e088adcc7 (patch) | |
tree | 6c70fbb973e62d2f4e73e9e7885a0059651e9f06 /m4 | |
parent | dd971baefbb6df88d4a92313b50ae2d1366b7e83 (diff) | |
download | coreutils-db7b7871a3a8688c2ffc0bece21d9f9e088adcc7.tar.xz |
(jm_MACROS): Remove code to set POW_LIBM.
Now, that's done as part of AC_FUNC_STRTOD.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/jm-macros.m4 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 139d83a0b..16861c17e 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 40 -*- autoconf -*- +#serial 41 -*- autoconf -*- dnl Misc type-related macros for fileutils, sh-utils, textutils. @@ -161,8 +161,6 @@ AC_DEFUN([jm_MACROS], AC_FUNC_OBSTACK AC_FUNC_STRTOD - AC_SUBST(POW_LIBM) - test $am_cv_func_strtod_needs_libm = yes && POW_LIBM=-lm # See if linking `seq' requires -lm. # It does on nearly every system. The single exception (so far) is |