From: Jim Meyering Date: Tue, 17 Dec 1996 23:07:15 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_14a~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7235fb47cc4936b0d023cd8078689415b48f8449;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 5f5f955aba..a67f5f0c32 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,14 @@ +Tue Dec 17 16:49:02 1996 Jim Meyering + + * 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 * configure.in (check for 3-argument setpriority function): Complete