From 34a29de87db9b8627fcfb3b2493634e2c81d8e99 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 31 Aug 2005 15:56:01 +0000 Subject: Add a FIXME comment. --- check-module | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'check-module') 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; -- cgit v1.2.1