This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't let PERL_MM_OPT/PERL_MB_OPT interfere with bisecting.
[perl5.git] / Porting / checkcfgvar.pl
index e6a819f..4dc93df 100755 (executable)
@@ -34,6 +34,8 @@ GetOptions (
     "tap"      => \$tap,
     ) or usage (1);
 
+$default and $default =~ s/^'(.*)'$/$1/; # Will be quoted on generation
+
 require 'regen/regen_lib.pl' if $opt_r;
 
 my $MASTER_CFG = "config_h.SH";
@@ -46,17 +48,13 @@ my @CFG = (
           # We can't base our check on $], because that's the version of the
           # perl that we are running, not the version of the source tree.
           "Cross/config.sh-arm-linux",
-          "epoc/config.sh",
           "NetWare/config.wc",
           "symbian/config.sh",
           "uconfig.sh",
           "uconfig64.sh",
           "plan9/config_sh.sample",
           "win32/config.gc",
-          "win32/config.gc64",
-          "win32/config.gc64nox",
           "win32/config.vc",
-          "win32/config.vc64",
           "win32/config.ce",
           "configure.com",
           "Porting/config.sh",