]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(parse_args): Configure GetOpt with "permute", too, to work
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Oct 2002 23:04:33 +0000 (23:04 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Oct 2002 23:04:33 +0000 (23:04 +0000)
around POSIXLY_CORRECT problems.

bin/autom4te.in

index 86d3964b947960754d41f8589f287a2773ccf0ec..507bd20be7da43c213881948b38afd79a2c57523 100644 (file)
@@ -472,7 +472,7 @@ sub parse_args ()
   do {
     @language = ();
     use Getopt::Long;
-    Getopt::Long::Configure ("pass_through");
+    Getopt::Long::Configure ("pass_through", "permute");
     GetOptions ("l|language=s" => \@language);
 
     foreach (@language)