From: Jim Meyering Date: Sun, 27 Sep 1998 17:30:06 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_16z~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=095d748e5314cfddadf51d041a74c31b11c9f5d0;p=thirdparty%2Fcoreutils.git . --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 0bfd602dc4..5571f6e509 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,18 @@ +1998-09-27 Jim Meyering + + * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH. + + * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro. Extracted from + ../configure.in, including a change from Gordon Matzigkeit to allow + cross-compiling for the Hurd. + + * glibc.m4: New file. From Gordon Matzigkeit. + Indent. + +1998-09-21 Jim Meyering + + * chown.m4: Declare locals: before, after. From Andries Brouwer. + 1998-08-18 Paul Eggert Port nanosecond-resolution times to UnixWare 2.1.2 and diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 682c9d9ac8..62004a72b1 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,10 @@ +1998-09-27 Jim Meyering + + * configure.in: Remove use of AC_FUNC_FNMATCH and associated code. + Now, it is invoked through jm_MACROS. + + * lib/strftime.c (my_strftime): Update from FSF. + 1998-09-26 Jim Meyering * src/copy.c (copy_internal): Don't preserve hard-linked directories