Home | History | Annotate | Download | only in dist

Lines Matching refs:CONFIGDATA

42 ***       perl configdata.pm --dump                                ***
308 if (-f "./configdata.pm") {
309 my $file = "./configdata.pm";
316 @argvcopy = defined($configdata::config{perlargv}) ?
317 @{$configdata::config{perlargv}} : ();
320 $config{perlenv} = $configdata::config{perlenv} // {};
572 # purpose here, but allow scripts to get to know them through configdata.pm,
1923 my %disabled_info = (); # For configdata.pm
2046 # We want to detect configdata.pm in the source tree, so we
2048 my $src_configdata = cleanfile($srcdir, "configdata.pm", $blddir, 1);
2757 $d eq "configdata.pm" || defined($unified_info{generate}->{$d})
2991 my $configdata_outname = 'configdata.pm';
2992 open CONFIGDATA, ">$configdata_outname.new"
2994 my $configdata_tmplname = cleanfile($srcdir, "configdata.pm.in", $blddir, 1);
2999 OUTPUT => \*CONFIGDATA,
3006 close CONFIGDATA;
3011 chmod $mode, 'configdata.pm'
3012 or warn sprintf("WARNING: Couldn't change mode for 'configdata.pm' to 0%03o: %s\n",$mode,$!);