Message-ID: <Pine.BSF.4.21.
0109031338300.5068-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@11860
@ 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...]
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:
$ 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.