From: Jim Meyering Date: Mon, 1 Jan 2001 18:17:10 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_0_36~113 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=895cf6e91fa15078f95c0ca3d56e7da9585ce066;p=thirdparty%2Fcoreutils.git . --- diff --git a/m4/ChangeLog b/m4/ChangeLog index b837d60260..e98a7a46b6 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,5 +1,9 @@ 2001-01-01 Jim Meyering + * prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available), even + on systems with utmpx.h. It's necessary for the declaration of utmp's + ut_user member. Reported by Andreas Jaeger. + * check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if available. They are required for the declarations of getgrgid and getpwuid resp. (_jm_DECL_HEADERS): Check for grp.h and pwd.h.