changeset 16061:50cb94005daa

faccessat: Simplify autoconf macro. * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Don't require gl_FUNC_OPENAT, gl_FUNC_EUIDACCESS.
author Bruno Haible <bruno@clisp.org>
date Wed, 09 Nov 2011 02:08:15 +0100
parents 49efd2f915a3
children d0e219cc1e43
files ChangeLog m4/faccessat.m4
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
--- 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 @@
 
 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])