diff check-module @ 6168:c7048f559336

Add a FIXME comment.
author Jim Meyering <jim@meyering.net>
date Wed, 31 Aug 2005 15:56:01 +0000
parents 915739deda90
children 0ec466622052
line wrap: on
line diff
--- a/check-module	Wed Aug 31 15:39:56 2005 +0000
+++ b/check-module	Wed Aug 31 15:56:01 2005 +0000
@@ -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;