From db7b7871a3a8688c2ffc0bece21d9f9e088adcc7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 11 Nov 2001 10:07:07 +0000 Subject: (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(-) (limited to 'm4') 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 -- cgit v1.2.3-54-g00ecf