autoheader from Autoconf 2.53 was griping about --warnings=<foo>
and -W <foo>.  It looks like the getopt() call was wrong:

--- tmp/autoconf-2.53/bin/autoheader.in Fri Mar  8 03:52:41 2002
+++ autoconf-2.53/bin/autoheader.in     Tue Apr 23 11:26:59 2002
@@ -103,7 +103,7 @@
   my $srcdir;
 
   getopt ('I|include|A|autoconf-dir|m|macrodir|l|localdir=s' => \@include,
-         'W|warning' => \@warning);
+         'W|warnings=s' => \@warning);
 
   if (! @ARGV)
     {

Thanks,

Ben.
-- 
Peter Seebach on managing engineers:
"It's like herding cats, only most of the engineers are already
 sick of laser pointers."

Reply via email to