p4raw-id: //depot/perl@21110
print CONFIG @non_v, "\n";
# copy config summary format from the myconfig.SH script
-print CONFIG "our \$summary : shared = <<'!END!';\n";
+print CONFIG "our \$summary : unique = <<'!END!';\n";
open(MYCONFIG,"<myconfig.SH") || die "open myconfig.SH failed: $!";
1 while defined($_ = <MYCONFIG>) && !/^Summary of/;
do { print CONFIG $_ } until !defined($_ = <MYCONFIG>) || /^\s*$/;