bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fts broken again


From: Jim Meyering
Subject: Re: fts broken again
Date: Wed, 31 Aug 2005 17:56:34 +0200

address@hidden (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  <address@hidden>
>
>       * 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]