summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-07-28 05:02:17 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-07-28 05:02:17 +0000
commitdb1c6c3879745616005f0fd270040b34e0882abc (patch)
tree8b22e28616908e0b9cc039c8978e62f97cc931ce /m4
parent84af134c5af4e71f8511371dd8332f2781eda19f (diff)
downloadcoreutils-db1c6c3879745616005f0fd270040b34e0882abc.tar.xz
Get eaccess from libgen if available; that's where it is on Solaris 9.
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index b84ab3fc0..0930e990d 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,5 +1,10 @@
2004-07-27 Paul Eggert <eggert@cs.ucla.edu>
+ * euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't bother checking for
+ unistd.h, as autoconf does this for us. Check for libgen.h.
+ Also look for eaccess within -lgen, which is where it is in
+ Solaris. Set LIB_EACCESS accordingly.
+
* backupfile.m4 (gl_BACKUPFILE): AC_REQUIRE
gl_CHECK_TYPE_STRUCT_DIRENT_D_INO instead of invoking it directly.
Do not require AC_FUNC_CLOSEDIR_VOID.