diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-05 16:47:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-05 16:47:37 +0000 |
commit | 98564790bd1bec287a0bb8ef4ac99953bada1619 (patch) | |
tree | 3976dd3a50d7162c58400daa911168662d7f204b /old | |
parent | f04044ed8678a899a8dfa8434b325eb4b146da0f (diff) | |
download | coreutils-98564790bd1bec287a0bb8ef4ac99953bada1619.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 7dae10b31..5a0d3d542 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,17 @@ +Sat Oct 5 11:38:23 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. + Sun Sep 22 22:41:54 1996 Jim Meyering <meyering@na-net.ornl.gov> * configure.in (AC_CHECK_HEADERS): Alphabetize. |