[EMAIL PROTECTED] (Eric Blake) wrote: > The following patch was needed to make 'gnulib-tool --test fts' pass > again. Is there some way to improve new file creation to ensure that > all files are claimed by a module? > > 2005-08-31 Eric Blake <[EMAIL PROTECTED]> > > * modules/unistd-safer (Files): Add unistd--.h. > * modules/stdio-safer (Files): Add stdio--.h.
Thanks. I've just checked that in. Yes. Since those files are usually also named via AC_LIBSOURCES in the .m4 file, some tool could cross-check that against the Files list in the modules file. I've just added this comment to check-module: # FIXME: # for each .m4 file listed in the Files: section(s) # parse it for AC_LIBSOURCES directives, and accumulate the set # of files `required' via all AC_LIBSOURCES. # If this set is not empty, ensure that it contains # the same (.c and .h only?) files as are listed in the Files: sections. _______________________________________________ bug-gnulib mailing list bug-gnulib@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnulib