From 3ef3e5ddaf027097d8cec58c1c01f297e752116d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 11 Nov 2001 10:07:07 +0000 Subject: [PATCH] (jm_MACROS): Remove code to set POW_LIBM. Now, that's done as part of AC_FUNC_STRTOD. --- m4/jm-macros.m4 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 139d83a0ba..16861c17e7 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 -- 2.30.2