Bruno Haible wrote: > Eric applied this patch from Ralf Wildenhues on 2010-03-02: >> Remove fts-lgpl 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. > > There is no use for the GNULIB_FTS macro now. It is always 1. > Here's a proposed patch to remove it: > > 2010-03-27 Bruno Haible <br...@clisp.org> > > Remove vestiges of fts-lgpl module. > * lib/fts_.h: Assume GNULIB_FTS is 1. > * lib/fts.c: Likewise. > * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
That looks fine. Thanks for the clean-up!