autoconf-prs
[Top][All Lists]
Advanced

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

autoconf/220: Re: autoconf/220


From: akim
Subject: autoconf/220: Re: autoconf/220
Date: Wed, 1 Dec 2004 12:55:02 -0600 (CST)

The following reply was made to PR autoconf/220; it has been noted by GNATS.

From: address@hidden
To: address@hidden,address@hidden
Cc: 
Subject: Re: autoconf/220
Date: Tue, 23 Apr 2002 12:59:02 -0400

 Synopsis: -W and --warnings broken
 
 State-Changed-From-To: open->closed
 State-Changed-By: akim
 State-Changed-When: Tue, 23 Apr 2002 12:59:02 -0400
 State-Changed-Why:
 Thanks, I'm applying this patch:
 Index: ChangeLog
 from  Akim Demaille  <address@hidden>
 
        * bin/autoheader.in (parse_args): --warning takes an argument.
        Fixes PR/220.
 
 Index: bin/autoheader.in
 ===================================================================
 RCS file: /cvsroot/autoconf/autoconf/bin/autoheader.in,v
 retrieving revision 1.116
 diff -u -u -r1.116 autoheader.in
 --- bin/autoheader.in 19 Apr 2002 18:59:59 -0000 1.116
 +++ bin/autoheader.in 23 Apr 2002 16:57:19 -0000
 @@ -103,1 +103,1 @@
    my $srcdir;
 
    getopt
 ('I|include|A|autoconf-dir|m|macrodir|l|localdir=s' =>
 address@hidden,
 -
   'W|warning' => address@hidden);
 +
   'W|warning=s' => address@hidden);
 
    if (! @ARGV)
      {
 
 
 
 
 
 




reply via email to

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