autoconf-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] getopt: sync from Automake repository


From: Stefano Lattarini
Subject: Re: [PATCH] getopt: sync from Automake repository
Date: Fri, 20 Jan 2012 17:48:04 +0100

On 01/18/2012 07:09 PM, Stefano Lattarini wrote:
> * lib/Autom4te/Getopt.am: The master copy of this file has
> been moved to the  Automake repository (see Automake commit
> 'v1.11-662-g52246cc' 2012-01-18, "cmdline parsing: move into
> a dedicated perl module").  So we now we sync it from there,
> by listing it ...
> * cfg.mk (autom4te_files): ... in this variable.
> ---
>  cfg.mk                 |    1 +
>  lib/Autom4te/Getopt.pm |    3 +--
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/cfg.mk b/cfg.mk
> index f14737e..6eb2fa4 100644
> --- a/cfg.mk
> +++ b/cfg.mk
> @@ -82,6 +82,7 @@ autom4te_files = \
>    Autom4te/Configure_ac.pm \
>    Autom4te/Channels.pm \
>    Autom4te/FileUtils.pm \
> +  Autom4te/Getopt.pm \
>    Autom4te/Struct.pm \
>    Autom4te/XFile.pm
>  
> diff --git a/lib/Autom4te/Getopt.pm b/lib/Autom4te/Getopt.pm
> index 77f21db..f3fdf68 100644
> --- a/lib/Autom4te/Getopt.pm
> +++ b/lib/Autom4te/Getopt.pm
> @@ -26,7 +26,7 @@ Autom4te::Getopt - GCS conforming parser for command line 
> options
>  =head1 DESCRIPTION
>  
>  Export a function C<parse_options>, performing parsing of command
> -line options in conformance to the GNU Conding standards.
> +line options in conformance to the GNU Coding standards.
>  
>  =cut
>  
> @@ -85,7 +85,6 @@ sub parse_options (%)
>                . "Try `$0 --help' for more information.");
>       }
>      }
> -
>  }
>  
>  =back
>
Ping?

Regards,
  Stefano



reply via email to

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