diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-10 21:40:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-10 21:40:49 +0000 |
commit | d56c570797c673478b3a116a0ec3f47317f46643 (patch) | |
tree | cec689f40716ba301b2ac6a035c384765004032f /Porting | |
parent | 22e779421fc9644bbe208a576056f86ee9e45388 (diff) | |
download | perl-d56c570797c673478b3a116a0ec3f47317f46643.tar.gz |
Reapply Andy's patch and regen Configure.
p4raw-id: //depot/perl@7196
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Glossary | 12 | ||||
-rw-r--r-- | Porting/config.sh | 5 |
2 files changed, 15 insertions, 2 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 865734636e..1b93821e9b 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -3686,6 +3686,18 @@ version (patchlevel.U): This is suitable for use as a directory name, and hence is filesystem dependent. +versiononly (versiononly.U): + If set, this symbol indicates that only the version-specific + components of a perl installation should be installed. + This may be useful for making a test installation of a new + version without disturbing the existing installation. + Setting versiononly is equivalent to setting installperl's -v option. + In particular, the non-versioned scripts and programs such as + a2p, c2ph, h2xs, pod2*, and perldoc are not installed + (see INSTALL for a more complete list). Nor are the man + pages installed. + Usually, this is undef. + vi (Loc.U): This variable is defined but not used by Configure. The value is a plain '' and is not useful. diff --git a/Porting/config.sh b/Porting/config.sh index c491fe8f38..bd63468810 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -8,7 +8,7 @@ # Package name : perl5 # Source directory : /m/fs/work/work/permanent/perl/pp4/perl -# Configuration time: Wed Oct 11 00:01:55 EET DST 2000 +# Configuration time: Wed Oct 11 00:34:23 EET DST 2000 # Configured by : jhi # Target system : osf1 alpha.hut.fi v4.0 878 alpha @@ -62,7 +62,7 @@ ccsymbols='__alpha=1 __LANGUAGE_C__=1 __osf__=1 __unix__=1 _LONGLONG=1 _SYSTYPE_ ccversion='V5.6-082' cf_by='jhi' cf_email='yourname@yourhost.yourplace.com' -cf_time='Wed Oct 11 00:01:55 EET DST 2000' +cf_time='Wed Oct 11 00:34:23 EET DST 2000' charsize='1' chgrp='' chmod='' @@ -794,6 +794,7 @@ vendorlibexp='' vendorprefix='' vendorprefixexp='' version='5.7.0' +versiononly='undef' vi='' voidflags='15' xlibpth='/usr/lib/386 /lib/386' |