summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-11-23 05:04:56 +0000
committerJim Meyering <jim@meyering.net>1996-11-23 05:04:56 +0000
commit81024044659c48de8fa65fc1ea44071bda7db7eb (patch)
tree0beadb349d6a6b3837fca2afcedf007a4e62838c /old
parentbef51e36a455b219b16ef68d52fe281709e9c077 (diff)
downloadcoreutils-81024044659c48de8fa65fc1ea44071bda7db7eb.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 6d7c343b4..101ddf7cb 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,8 @@
Fri Nov 22 20:33:26 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * configure.in (AC_REPLACE_FUNCS): Don't try to replace getline this
+ way. AM_FUNC_GETLINE does it now.
+
* src/printf.c (main): Warn if excess arguments are ignored.
E.g., printf foo bar now warns that it is ignoring the single
non-format argument, bar.