From: Jim Meyering Date: Sun, 1 Sep 1996 13:21:48 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_13b~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cd5fb882cdac04f12ba8f21e93935a80993ffa3;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index f0d27122fd..82f8abc7be 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,19 @@ +Sun Sep 1 07:56:07 1996 Jim Meyering + + * configure.in (AM_FUNC_MKTIME): Use it. + (AC_REPLACE_FUNCS): Remove mktime. + (AM_INIT_AUTOMAKE): Use it. + (AM_PROG_INSTALL): Remove. AM_INIT_AUTOMAKE does this. + (AC_PROG_MAKE_SET): Likewise. + (jm_MAINTAINER_MODE, fp_C_PROTOTYPES): Rename with + AM_ prefix for latest automake/aclocal. + + * Makefile.am (EXTRA_DIST): Add acinclude.m4. + + * acinclude.m4: New file -- derived from aclocal.m4. + * aclocal.m4: This file is now generated by the aclocal program + (which comes with the automake package.) + Sat Aug 17 00:14:55 1996 Jim Meyering * lib/strftime.c: Update from GNU libc -- this adds back %z and %s