summaryrefslogtreecommitdiff
path: root/m4/dirent_h.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/dirent_h.m4')
-rw-r--r--m4/dirent_h.m49
1 files changed, 1 insertions, 8 deletions
diff --git a/m4/dirent_h.m4 b/m4/dirent_h.m4
index 853ac7dad4..fdc2c440d6 100644
--- a/m4/dirent_h.m4
+++ b/m4/dirent_h.m4
@@ -1,4 +1,4 @@
-# dirent_h.m4 serial 13
+# dirent_h.m4 serial 14
dnl Copyright (C) 2008-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,
@@ -21,13 +21,6 @@ AC_DEFUN([gl_DIRENT_H],
]], [alphasort dirfd fdopendir scandir])
])
-dnl Unconditionally enables the replacement of <dirent.h>.
-AC_DEFUN([gl_REPLACE_DIRENT_H],
-[
- dnl This is a no-op, because <dirent.h> is always overridden.
- :
-])
-
AC_DEFUN([gl_DIRENT_MODULE_INDICATOR],
[
dnl Use AC_REQUIRE here, so that the default settings are expanded once only.