]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
getopt: sync from Automake repository
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 18 Jan 2012 18:08:18 +0000 (19:08 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 20 Jan 2012 17:14:51 +0000 (18:14 +0100)
* 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
lib/Autom4te/Getopt.pm

diff --git a/cfg.mk b/cfg.mk
index f14737eca39354416d50fbf83eddde00ec1f9b20..6eb2fa44f2c6b52017d7414c8d87541afbe9605a 100644 (file)
--- 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
 
index 77f21db0fef9a66db7a28b37e3519b894edb32f0..f3fdf680d53105b8d27cb09f290e6eed2fbf7b68 100644 (file)
@@ -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