* ChangeLog: Fix misspelling
[gnulib.git] / m4 / eaccess.m4
blobcdde6c67135b2bfca9985898559df480c408a269
1 # eaccess.m4
2 # serial 2
3 dnl Copyright (C) 2003, 2009-2024 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
8 AC_DEFUN([gl_FUNC_EACCESS],
10   AC_CHECK_FUNC([eaccess], ,
11     [AC_DEFINE([eaccess], [access],
12        [Define as 'access' if you don't have the eaccess() function.])])