Dropped the support of: $Options{"GetOptions_args"}
[macros.git] / AutoGen.pm
index e2829e5..eb2bbd2 100644 (file)
@@ -498,7 +498,6 @@ my($class,%options)=@_;
                          "clean"    ,\$Options{"ARGV_clean"},
                          "fullclean",\$Options{"ARGV_fullclean"},
                        "h|help"     ,sub { print _help(); exit 0; },
                          "clean"    ,\$Options{"ARGV_clean"},
                          "fullclean",\$Options{"ARGV_fullclean"},
                        "h|help"     ,sub { print _help(); exit 0; },
-                       $Options{"GetOptions_args"},
                        ) || @ARGV;
 
        for my $subdir (map((!$_ ? () : @$_),$Options{"subdirs"})) {
                        ) || @ARGV;
 
        for my $subdir (map((!$_ ? () : @$_),$Options{"subdirs"})) {