diff options
author | Jim Meyering <jim@meyering.net> | 1996-03-16 22:37:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-03-16 22:37:33 +0000 |
commit | a2b8387b700d7991811a563afadd21099768237c (patch) | |
tree | f6c9f609a5ffbcf9c76ea8114e88eeaba5562e2d /old | |
parent | 4229a555fc6298ac0cbc6f76faf4eaea628bc80c (diff) | |
download | coreutils-a2b8387b700d7991811a563afadd21099768237c.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index a7f0f5472..8a418514b 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,17 @@ +Sat Mar 16 16:30:07 1996 Jim Meyering (meyering@na-net.ornl.gov) + + * configure.in (PACKAGE_VERSION): New macro. + * acconfig.h (PACKAGE_VERSION): Add it. + * src/Makefile.am: Remove rules for generating version.c. + Remove references to version.o, version.h, and stamp-v. + * version.c: Remove file. + * version.h: Remove file. + * cat.c cksum.c comm.c csplit.c cut.c expand.c fmt.c fold.c + head.c join.c md5sum.c nl.c od.c paste.c pr.c sort.c split.c + sum.c tac.c tail.c tr.c unexpand.c uniq.c wc.c: Don't include + version.h. + (main): Use PACKAGE_VERSION instead of version_string. + Mon Mar 11 16:07:08 CST 1996 Jim Meyering (meyering@na-net.ornl.gov) * sort.c (write_bytes): Renamed from xfwrite. |