summaryrefslogtreecommitdiff
path: root/old/textutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-06-30 14:29:29 +0000
committerJim Meyering <jim@meyering.net>1996-06-30 14:29:29 +0000
commitc18996947c5526bf313fe0db375ea0eb237e322c (patch)
tree63ad6b63007f16de0877884338d67730f741f64b /old/textutils/ChangeLog
parent23b80c8e30a298b1f001b5fff7911fc95c1864a4 (diff)
downloadcoreutils-c18996947c5526bf313fe0db375ea0eb237e322c.tar.xz
.
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r--old/textutils/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 6372ad18b..7e9c82b4a 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -8,8 +8,9 @@ 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. Suggested by Tom Tromey.
+ * configure.in (AM_FUNC_STRTOD): Use it.
+ (AC_REPLACE_FUNCS): Remove strtod.
+ Suggested by Tom Tromey.
* po/Makefile.in.in (install-data): Add `else true;' to avoid
letting failing if-condition cause make to fail.