diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-11 05:38:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-11 05:38:45 +0000 |
commit | d5f09a0fd1923eb6fc87029cee8a3d58dbd8594f (patch) | |
tree | 153881e489baf6533b78073fb874f4ced1d97fe1 /old/sh-utils | |
parent | 3692f571237b33776e27399be18fcc8371b4c2ed (diff) | |
download | coreutils-d5f09a0fd1923eb6fc87029cee8a3d58dbd8594f.tar.xz |
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index b9273d0d6..88f715232 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,11 @@ Tue Dec 10 06:36:57 1996 Jim Meyering <meyering@na-net.ornl.gov> + * acinclude.m4 (jm_SYS_PROC_UPTIME): New macro. Derived from the + code in configure.in, except now it punts when cross compiling. + Suggestion from Karl Heuer. + * configure.in (jm_SYS_PROC_UPTIME): Use it instead of open-coded + version. + * lib/Makefile.am (EXTRA_DIST): Add mktime.c. Reported by Thomas Bushnell. |