diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-28 04:58:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-28 04:58:34 +0000 |
commit | 68545c98ed8ead3642104c53a7d3a59977036d5a (patch) | |
tree | 7cba1ac2024992820b85ae600e255980a05d6d7e /old/sh-utils | |
parent | 4650315342985a8afd066f08664f31f062b80b8a (diff) | |
download | coreutils-68545c98ed8ead3642104c53a7d3a59977036d5a.tar.xz |
.
Diffstat (limited to 'old/sh-utils')
-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 f68d5ed4c..b68e5d83c 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,16 @@ Fri Dec 27 17:25:18 1996 Jim Meyering <meyering@na-net.ornl.gov> + * 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. |