summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-06-28 03:04:11 +0000
committerJim Meyering <jim@meyering.net>1996-06-28 03:04:11 +0000
commit0fefdeb52641761e5413bcad03e3d40f574ab060 (patch)
tree4e029240abb42e028e55b985e5e9d128b7c90746
parent8dfac9573a87193ed7ed83b943ea2b1947011721 (diff)
downloadcoreutils-0fefdeb52641761e5413bcad03e3d40f574ab060.tar.xz
.
-rw-r--r--old/textutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 39e680559..108a065df 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,6 +1,11 @@
Wed Jun 26 21:35:10 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * src/Makefile.am (LDADD): Remove sort-specific hack to link
+ with -lm.
+
* aclocal.m4 (AM_FUNC_STRTOD): New macro.
+ * configure.in: Use AM_FUNC_STRTOD, and remove strtod from
+ AC_REPLACE_FUNCS
* po/Makefile.in.in (install-data): Add `else true;' to avoid
letting failing if-condition cause make to fail.