From: Jim Meyering Date: Sat, 28 Dec 1996 04:58:34 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_14b~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68545c98ed8ead3642104c53a7d3a59977036d5a;p=platform%2Fupstream%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index f68d5ed..b68e5d8 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,16 @@ Fri Dec 27 17:25:18 1996 Jim Meyering + * src/who-users.c [!WTMP_FILE]: Provide default path. + (UTMP_FILE) [UTMPX_FILE]: Use UTMPX_FILE in favor of UTMP_FILE. + Patch from Kaveh R. Ghazi. + Indent cpp directives. + + * m4/getgroups.m4: Rewrite the test so that systems lacking + getgroups don't try to use the supplied replacement function -- + that depends on the existence of such a function. + + * Makefile.am (aclocal.m4): No longer depend on acinclude.m4. + * configure.in (jm_FUNC_GETGROUPS): Use it. Reported by Marcus Daniels. AC_REQUIRE version 2.12 of autoconf.