summaryrefslogtreecommitdiff
path: root/check-module
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-08-31 15:56:01 +0000
committerJim Meyering <jim@meyering.net>2005-08-31 15:56:01 +0000
commit34a29de87db9b8627fcfb3b2493634e2c81d8e99 (patch)
tree1850a8849d207902f3e023cc40d9620055459d91 /check-module
parente5d0ab145def7a880a582117e980bd8793cdbd35 (diff)
downloadgnulib-34a29de87db9b8627fcfb3b2493634e2c81d8e99.tar.gz
Add a FIXME comment.
Diffstat (limited to 'check-module')
-rwxr-xr-xcheck-module9
1 files changed, 8 insertions, 1 deletions
diff --git a/check-module b/check-module
index 9f028281a8..026e41e10e 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;