summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-01-01 18:17:10 +0000
committerJim Meyering <jim@meyering.net>2001-01-01 18:17:10 +0000
commit895cf6e91fa15078f95c0ca3d56e7da9585ce066 (patch)
tree6e1ede8d6bc3c828bd1ae14fa0e6f3df78c43cb3 /m4
parent682bc57d89f931cec616f353a7739f180d57abcc (diff)
downloadcoreutils-895cf6e91fa15078f95c0ca3d56e7da9585ce066.tar.xz
.
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index b837d6026..e98a7a46b 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,5 +1,9 @@
2001-01-01 Jim Meyering <meyering@lucent.com>
+ * 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.