This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Urk. unique, not shared.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 8 Sep 2003 20:59:04 +0000 (20:59 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 8 Sep 2003 20:59:04 +0000 (20:59 +0000)
p4raw-id: //depot/perl@21110

configpm

index b729e7e..90e95a1 100755 (executable)
--- a/configpm
+++ b/configpm
@@ -213,7 +213,7 @@ close CONFIG_SH;
 print CONFIG @non_v, "\n";
 
 # copy config summary format from the myconfig.SH script
 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*$/;
 open(MYCONFIG,"<myconfig.SH") || die "open myconfig.SH failed: $!";
 1 while defined($_ = <MYCONFIG>) && !/^Summary of/;
 do { print CONFIG $_ } until !defined($_ = <MYCONFIG>) || /^\s*$/;