diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/euidaccess-stat.m4 | 11 | ||||
-rw-r--r-- | m4/prereq.m4 | 3 |
2 files changed, 1 insertions, 13 deletions
diff --git a/m4/euidaccess-stat.m4 b/m4/euidaccess-stat.m4 deleted file mode 100644 index 1f97172b1..000000000 --- a/m4/euidaccess-stat.m4 +++ /dev/null @@ -1,11 +0,0 @@ -# serial 1 -dnl Copyright (C) 2005, 2009-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. - -AC_DEFUN([gl_EUIDACCESS_STAT], -[ - AC_LIBSOURCES([euidaccess-stat.c, euidaccess-stat.h]) - AC_LIBOBJ([euidaccess-stat]) -]) diff --git a/m4/prereq.m4 b/m4/prereq.m4 index c3feecbcc..574ac82ad 100644 --- a/m4/prereq.m4 +++ b/m4/prereq.m4 @@ -1,4 +1,4 @@ -#serial 77 +#serial 78 dnl We use gl_ for non Autoconf macros. m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl @@ -36,7 +36,6 @@ AC_DEFUN([gl_PREREQ], # Invoke macros of modules that may migrate into gnulib. # There's no need to list gnulib modules here, since gnulib-tool # handles that; see ../bootstrap.conf. - AC_REQUIRE([gl_EUIDACCESS_STAT]) AC_REQUIRE([gl_FD_REOPEN]) AC_REQUIRE([gl_FUNC_XATTR]) AC_REQUIRE([gl_FUNC_XFTS]) |