From: Bruno Haible Date: Wed, 9 Nov 2011 01:08:15 +0000 (+0100) Subject: faccessat: Simplify autoconf macro. X-Git-Tag: v0.1~1465 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=7d5b0f431933f7141082fbffa8e9d2afc6d27137;p=gnulib.git faccessat: Simplify autoconf macro. * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Don't require gl_FUNC_OPENAT, gl_FUNC_EUIDACCESS. --- diff --git a/ChangeLog b/ChangeLog index 25cc8f56f2..65c96fe684 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-11-08 Bruno Haible + + faccessat: Simplify autoconf macro. + * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Don't require gl_FUNC_OPENAT, + gl_FUNC_EUIDACCESS. + 2011-11-08 Bruno Haible renameat: Fix dependencies. 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])