s/ROOT\./_ROOT./ for VMS default install prefix appendage
Prymmer/Kahn [Mon, 3 Sep 2001 13:43:04 +0000 (06:43 -0700)]
Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>

p4raw-id: //depot/perl@11860

README.vms
configure.com

index 2aa9fb0..259e04e 100644 (file)
@@ -197,7 +197,7 @@ non-default location for where Perl will be installed:
     @ Configure "-d" "-Dprefix=dka100:[utils.perl5.]"
 
 Note that the installation location would be by default where you unpacked 
-the source with a "ROOT." appended.  For example if you unpacked the perl 
+the source with a "_ROOT." appended.  For example if you unpacked the perl 
 source into:
 
    DKA200:[PERL-5_10_2...]
@@ -205,7 +205,7 @@ source into:
 Then the PERL_SETUP.COM that gets written out by Configure.com will
 try to DEFINE your installation PERL_ROOT to be:
 
-   DKA200:[PERL-5_10_2ROOT.]
+   DKA200:[PERL-5_10_2_ROOT.]
 
 More help with configure.com is available from:
 
index f147e0e..6d5add8 100644 (file)
@@ -1134,8 +1134,8 @@ $ THEN
 $   prefix = F$ENVIRONMENT("DEFAULT") - ".UU]" + "]"
 $   prefix = F$PARSE(prefix,,,,"NO_CONCEAL") - "][" - ".;"
 $   prefixbase = prefix - "]"
-$!  Add ROOT to make install PERL_ROOT differ from build directory.
-$   prefix = prefixbase + "ROOT.]"
+$!  Add _ROOT to make install PERL_ROOT differ from build directory.
+$   prefix = prefixbase + "_ROOT.]"
 $ ENDIF
 $ src = prefix
 $!: determine root of directory hierarchy where package will be installed.