]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 10 Sep 1996 03:18:30 +0000 (03:18 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 10 Sep 1996 03:18:30 +0000 (03:18 +0000)
old/sh-utils/ChangeLog

index c5528488b36ea823e037a6297eecd7a1f8a4c919..dda7dc015c0f732cc4d93a1d0e245a662fded5b7 100644 (file)
@@ -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.