autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

patch for autoheader problem with --warnings


From: Ben Pfaff
Subject: patch for autoheader problem with --warnings
Date: 23 Apr 2002 11:55:18 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

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' => address@hidden,
-         'W|warning' => address@hidden);
+         'W|warnings=s' => address@hidden);
 
   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

[Prev in Thread] Current Thread [Next in Thread]