/[autoconf]/autoconf/bin/autom4te.in
ViewVC logotype

Diff of /autoconf/bin/autom4te.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.53 by akim, Wed Nov 7 19:34:20 2001 UTC revision 1.54 by akim, Mon Jan 21 13:00:52 2002 UTC
# Line 459  sub parse_args () Line 459  sub parse_args ()
459    my @language;    my @language;
460    do {    do {
461      @language = ();      @language = ();
462        use Getopt::Long;
463      Getopt::Long::Configure ("pass_through");      Getopt::Long::Configure ("pass_through");
464      getopt ("l|language=s" => \@language);      GetOptions ("l|language=s" => \@language);
465    
466      foreach (@language)      foreach (@language)
467        {        {
# Line 474  sub parse_args () Line 475  sub parse_args ()
475    
476    # Process the arguments for real this time.    # Process the arguments for real this time.
477    my @trace;    my @trace;
   Getopt::Long::Configure ("defaults");  
478    getopt    getopt
479      (      (
480       # Operation modes:       # Operation modes:

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26