summaryrefslogtreecommitdiff
path: root/m4/euidaccess-stat.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-11-20 14:07:09 +0000
committerJim Meyering <jim@meyering.net>2005-11-20 14:07:09 +0000
commit8b0e637515e6a1fae264838339600ab85994c1ad (patch)
tree559459337d070051285e0956aaeb071096cd9349 /m4/euidaccess-stat.m4
parent75e3f2ecf23cde57f9c86704faacf068fa238939 (diff)
downloadcoreutils-8b0e637515e6a1fae264838339600ab85994c1ad.tar.xz
(gl_EUIDACCESS_STAT): New file/macro.
Diffstat (limited to 'm4/euidaccess-stat.m4')
-rw-r--r--m4/euidaccess-stat.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/m4/euidaccess-stat.m4 b/m4/euidaccess-stat.m4
new file mode 100644
index 000000000..d1c6aedbb
--- /dev/null
+++ b/m4/euidaccess-stat.m4
@@ -0,0 +1,11 @@
+# serial 1
+dnl Copyright (C) 2005 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.
+
+AC_DEFUN([gl_EUIDACCESS_STAT],
+[
+ AC_LIBSOURCES([euidaccess-stat.c, euidaccess-stat.h])
+ AC_LIBOBJ([euidaccess-stat])
+])