mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
(parse_args): Configure GetOpt with "permute", too, to work
around POSIXLY_CORRECT problems.
This commit is contained in:
parent
1682b2f72f
commit
826b10b108
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user