diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-25 04:45:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-25 04:45:59 +0000 |
commit | c51d0a5a9ba1dbccb72290ba61ab72c7c048a6dd (patch) | |
tree | bfc44c7f3f8a3fdffa5899066eac548bacb3e198 /old/fileutils/ChangeLog | |
parent | 29ea1d5db9be83c16f19ebb81ed07ca1d042c5a2 (diff) | |
download | coreutils-c51d0a5a9ba1dbccb72290ba61ab72c7c048a6dd.tar.xz |
.
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 645407477..019626ba2 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,8 @@ +Sun Nov 24 22:43:24 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * acinclude.m4 (AM_FUNC_GETLINE): Use am_, not su_ prefix for + local/cache variables. + Sat Nov 23 16:11:59 1996 Jim Meyering <meyering@na-net.ornl.gov> * lib/Makefile.am (EXTRA_DIST): Add getline.c now that getline @@ -22,6 +27,7 @@ Fri Nov 22 22:14:10 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. + (AM_FUNC_GETLINE): Use it here. * src/cp.c (copy): With -i and not -f, prompt for any type of (non-directory) source file before overwriting an existing target. |