summaryrefslogtreecommitdiff
path: root/m4/check-decl.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-09 08:40:09 +0000
committerJim Meyering <jim@meyering.net>2003-02-09 08:40:09 +0000
commit22319b98fc0ce6c56d0c226100a0b65101dfcf01 (patch)
tree2ab6fae4282d4344ab731410ea52d5ceff848d1c /m4/check-decl.m4
parent8f69eadadaff2a811a35ba3b2d862acc03640856 (diff)
downloadcoreutils-22319b98fc0ce6c56d0c226100a0b65101dfcf01.tar.xz
(jm_CHECK_DECLS): Add euidaccess.
Diffstat (limited to 'm4/check-decl.m4')
-rw-r--r--m4/check-decl.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/check-decl.m4 b/m4/check-decl.m4
index b374705a0..22f0361d8 100644
--- a/m4/check-decl.m4
+++ b/m4/check-decl.m4
@@ -1,4 +1,4 @@
-#serial 18
+#serial 19
dnl This is just a wrapper function to encapsulate this kludge.
dnl Putting it in a separate file like this helps share it between
@@ -52,6 +52,7 @@ AC_DEFUN([jm_CHECK_DECLS],
'
AC_CHECK_DECLS([
+ euidaccess,
free,
getenv,
geteuid,