diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-05 13:15:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-05 13:15:07 +0000 |
commit | 09711894fec24cb51dbe40c3040bce346db0f780 (patch) | |
tree | 9de656a7248cfcaa26889fca14c77b9403cf2f4c /old/fileutils | |
parent | 4f28f318d8702fe0b953a52c2a349a214241ddf2 (diff) | |
download | coreutils-09711894fec24cb51dbe40c3040bce346db0f780.tar.xz |
.
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e88b8093b..993e84dcc 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,17 @@ +Sat Oct 5 08:07:03 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * acinclude.m4 (AC_HEADER_SYS_TIME_H): New macro. + (AM_FUNC_MKTIME): Require AC_HEADER_SYS_TIME_H so that configure's + checking... messages don't get nested. + + * configure.in (GNU_PACKAGE): New variable. + (PACKAGE_VERSION): Remove it. + + * acconfig.h (GNU_PACKAGE): New variable. + (PACKAGE_VERSION): Remove now-unused variable. + + * src/*.c: Update --version output to conform to the coding standard. + Wed Oct 2 21:44:36 1996 Jim Meyering <meyering@na-net.ornl.gov> * src/dircolors.c (usage): Deprecate --print-data-base even though |