* modules/fts-lgpl: Remove.
* MODULES.html.sh (func_all_modules): Adjust.
* check-module (find_included_lib_files): Adjust.
* m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
Signed-off-by: Eric Blake <eblake@redhat.com>
+2010-03-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ fts-lgpl: remove unused module
+ * modules/fts-lgpl: Remove.
+ * MODULES.html.sh (func_all_modules): Adjust.
+ * check-module (find_included_lib_files): Adjust.
+ * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
+
2010-03-02 Ben Walton <bwalton@artsci.utoronto.ca> (tiny change)
copy-acl: enhance Solaris ACL error handling
func_module filenamecat
func_module filenamecat-lgpl
func_module fts
- func_module fts-lgpl
func_module isdir
func_module lchmod
func_module lchown
'lib/gc-gnulib.c:rijndael-api-fst.h' => 1,
'lib/gc-gnulib.c:hmac.h' => 1,
'lib/gc-libgcrypt.c:md2.h' => 1,
-
- # The fts-lgpl module doesn't actually use fts-cycle.c and unistd-safer.h.
- 'lib/fts.c:fts-cycle.c' => 1,
- 'lib/fts.c:unistd-safer.h' => 1,
);
sub check_module ($)
-#serial 17
+#serial 18
dnl Copyright (C) 2005-2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
gl_FUNC_FTS_CORE
])
-AC_DEFUN([gl_FUNC_FTS_LGPL],
-[
- gl_FUNC_FTS_CORE
-])
-
AC_DEFUN([gl_FUNC_FTS_CORE],
[
dnl Use this version of fts unconditionally, since the GNU libc and
+++ /dev/null
-Description:
-Traverse a file hierarchy (LPGL'ed version).
-
-Files:
-lib/fts_.h
-lib/fts.c
-m4/fts.m4
-
-Depends-on:
-dirfd
-fchdir
-i-ring
-openat
-stdbool
-
-configure.ac:
-gl_FUNC_FTS_LGPL
-
-Makefile.am:
-
-Include:
-"fts_.h"
-
-License:
-LGPL
-
-Maintainer:
-Jim Meyering