summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-11-09 02:08:15 +0100
committerBruno Haible <bruno@clisp.org>2011-11-09 02:08:15 +0100
commit7d5b0f431933f7141082fbffa8e9d2afc6d27137 (patch)
treeb26a6c06ec1413c5cceee1df3fb74afce5cae928
parent41d11e92abb146523593b007c0f90d1843b11a97 (diff)
downloadgnulib-7d5b0f431933f7141082fbffa8e9d2afc6d27137.tar.gz
faccessat: Simplify autoconf macro.
* m4/faccessat.m4 (gl_FUNC_FACCESSAT): Don't require gl_FUNC_OPENAT, gl_FUNC_EUIDACCESS.
-rw-r--r--ChangeLog6
-rw-r--r--m4/faccessat.m44
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 25cc8f56f2..65c96fe684 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-11-08 Bruno Haible <bruno@clisp.org>
+ faccessat: Simplify autoconf macro.
+ * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Don't require gl_FUNC_OPENAT,
+ gl_FUNC_EUIDACCESS.
+
+2011-11-08 Bruno Haible <bruno@clisp.org>
+
renameat: Fix dependencies.
* modules/renameat (Depends-on): Add stdbool.
diff --git a/m4/faccessat.m4 b/m4/faccessat.m4
index d7ba5acfbb..7f679f98b7 100644
--- a/m4/faccessat.m4
+++ b/m4/faccessat.m4
@@ -1,4 +1,4 @@
-# serial 3
+# serial 4
# See if we need to provide faccessat replacement.
dnl Copyright (C) 2009-2011 Free Software Foundation, Inc.
@@ -10,8 +10,6 @@ dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_FUNC_FACCESSAT],
[
- AC_REQUIRE([gl_FUNC_OPENAT])
- AC_REQUIRE([gl_FUNC_EUIDACCESS])
AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
AC_CHECK_FUNCS_ONCE([access])