From: Jim Meyering Date: Tue, 10 Sep 1996 03:18:30 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19f~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3683b0b3ef227cde16ea3057bd491d9fdf295ad3;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index c5528488b3..dda7dc015c 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,18 @@ +Mon Sep 9 22:10:45 1996 Jim Meyering + + * configure.in: Improve handling of math library so -lm is used + only when it's actually required. That makes a difference when + using dynamic linking. + Remove check that added -lm to LIBS. + (SQRT_LIBM): Test for and AC_SUBST it. + (POW_LIBM): Likewise. + (SEQ_LIBM): Likewise. + Motivation and suggestions from Ulrich Drepper. + + * src/Makefile.am (factor_LDADD, printf_LDADD, seq_LDADD): + Set these using new @SQRT_LIBM@, @POW_LIBM@, and @SEQ_LIBM@ resp. + Also set corresponding _DEPENDENCIES variables. + Sat Sep 7 12:41:39 1996 Jim Meyering * src/system.h: Add comments justifying IS* versions of ctype.h macros.