diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-17 23:07:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-17 23:07:15 +0000 |
commit | 7235fb47cc4936b0d023cd8078689415b48f8449 (patch) | |
tree | dbf9d88ca7751104e5154698975ffd9dc9e959df /old | |
parent | 8ef2abf7e9d6d2691d290aa1650297e8983307bd (diff) | |
download | coreutils-7235fb47cc4936b0d023cd8078689415b48f8449.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 5f5f955ab..a67f5f0c3 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,14 @@ +Tue Dec 17 16:49:02 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * acinclude.m4 (jm_SYS_PROC_UPTIME): Require AC_PROG_CC, rather than + now-obsolete AC_C_CROSS. + (jm_FUNC_MKTIME): When redefining, use rpl_ prefix, not gnu_ one + since there's nothing GNU-specific about the replacement. Contrast + with gnu_ prefix added to strftime. + (jm_FUNC_MEMCMP): New macro. + * configure.in: Use jm_FUNC_MEMCMP instead of AM_FUNC_MEMCMP. + * acconfig.h: Add memcmp. + Sun Dec 15 18:37:08 1996 Jim Meyering <meyering@na-net.ornl.gov> * configure.in (check for 3-argument setpriority function): Complete |