X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Feuidaccess.m4;h=5066e62e0208971373f5ca84aa2dd2b63124c09a;hb=176cd193605775b290fee26568eec5d1ebd47f58;hp=1f748f401fc6ad31b95c84732eb3429e4614ac28;hpb=6cb63a9700e8b21e1ad765b0a8e6cfccc9c162ea;p=gnulib.git diff --git a/m4/euidaccess.m4 b/m4/euidaccess.m4 index 1f748f401..5066e62e0 100644 --- a/m4/euidaccess.m4 +++ b/m4/euidaccess.m4 @@ -1,5 +1,5 @@ -# euidaccess.m4 serial 12 -dnl Copyright (C) 2002-2009 Free Software Foundation, Inc. +# euidaccess.m4 serial 13 +dnl Copyright (C) 2002-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -22,10 +22,9 @@ AC_DEFUN([gl_FUNC_EUIDACCESS], dnl Persuade glibc to declare euidaccess(). AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) - AC_REPLACE_FUNCS([euidaccess]) + AC_CHECK_FUNCS([euidaccess]) if test $ac_cv_func_euidaccess = no; then HAVE_EUIDACCESS=0 - gl_PREREQ_EUIDACCESS fi ])