diff options
Diffstat (limited to 'old')
-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. |