X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=check-module;h=026e41e10ece36d869cea13ccbdde92e1a65e917;hb=21af7caab46e4aba4f9fbb644e845fdc4c6af4df;hp=9f028281a819563be38e5bb540b6434a5463e801;hpb=be7bbbd5d2d8ac9408ee7ffc82ff9387cd9c3990;p=gnulib.git diff --git a/check-module b/check-module index 9f028281a..026e41e10 100755 --- a/check-module +++ b/check-module @@ -10,11 +10,18 @@ # Written by Jim Meyering +# 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. + use strict; use Getopt::Long; #use Coda; -(my $VERSION = '$Revision: 1.3 $ ') =~ tr/[0-9].//cd; +(my $VERSION = '$Revision: 1.4 $ ') =~ tr/[0-9].//cd; (my $ME = $0) =~ s|.*/||; use constant ST_INIT => 1;