.
authorJim Meyering <jim@meyering.net>
Sat, 28 Dec 1996 04:58:34 +0000 (04:58 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 28 Dec 1996 04:58:34 +0000 (04:58 +0000)
old/sh-utils/ChangeLog

index f68d5ed..b68e5d8 100644 (file)
@@ -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.