diff options
author | Jim Meyering <jim@meyering.net> | 1996-09-10 03:18:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-09-10 03:18:30 +0000 |
commit | 3683b0b3ef227cde16ea3057bd491d9fdf295ad3 (patch) | |
tree | cfc760a0f09b9c5641d9ccdd38eb5f747e6f0a4f | |
parent | 2d30458a75c5b08428e7ab5db00628a3cdc00455 (diff) | |
download | coreutils-3683b0b3ef227cde16ea3057bd491d9fdf295ad3.tar.xz |
.
-rw-r--r-- | old/sh-utils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index c5528488b..dda7dc015 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,18 @@ +Mon Sep 9 22:10:45 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * 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 <meyering@na-net.ornl.gov> * src/system.h: Add comments justifying IS* versions of ctype.h macros. |