From a10d74f301e9c83108aa701b20914b6bb55d9310 Mon Sep 17 00:00:00 2001 From: Paul Green Date: Thu, 30 May 2002 13:32:00 -0400 Subject: Improved $^X patch Message-Id: <200205302132.RAA18437@mailhub1.stratus.com> p4raw-id: //depot/perl@16912 --- Porting/Glossary | 8 +++++++- Porting/config.sh | 10 +++++----- Porting/config_H | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) (limited to 'Porting') diff --git a/Porting/Glossary b/Porting/Glossary index f2d71b9252..0d18d49418 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -3603,7 +3603,13 @@ perllibs (End.U): perlpath (perlpath.U): This variable contains the eventual value of the PERLPATH symbol, which contains the name of the perl interpreter to be used in - shell scripts and in the "eval 'exec'" idiom. + shell scripts and in the "eval 'exec'" idiom. This variable is + not necessarily the pathname of the file containing the perl + interpreter; you must append the executable extension (_exe) if + it is not already present. Note that Perl code that runs during + the Perl build process cannot reference this variable, as Perl + may not have been installed, or even if installed, may be a + different version of Perl. pg (Loc.U): This variable is used internally by Configure to determine the diff --git a/Porting/config.sh b/Porting/config.sh index 1f04fb3c10..bdc080a9b0 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -8,7 +8,7 @@ # Package name : perl5 # Source directory : . -# Configuration time: Tue May 28 23:24:18 EET DST 2002 +# Configuration time: Fri May 31 05:21:28 EET DST 2002 # Configured by : jhi # Target system : osf1 alpha.hut.fi v4.0 878 alpha @@ -63,7 +63,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='Tue May 28 23:24:18 EET DST 2002' +cf_time='Fri May 31 05:21:28 EET DST 2002' charsize='1' chgrp='' chmod='chmod' @@ -769,7 +769,7 @@ patchlevel='8' path_sep=':' perl5='perl' perl='' -perl_patchlevel='16824' +perl_patchlevel='16892' perladmin='yourname@yourhost.yourplace.com' perllibs='-lm -lutil' perlpath='/opt/perl/bin/perl' @@ -953,7 +953,7 @@ vendorlibexp='' vendorprefix='' vendorprefixexp='' version='5.8.0' -version_patchlevel_string='version 8 subversion 0 patch 16824' +version_patchlevel_string='version 8 subversion 0 patch 16892' versiononly='undef' vi='' voidflags='15' @@ -982,7 +982,7 @@ PERL_SUBVERSION=0 PERL_API_REVISION=5 PERL_API_VERSION=8 PERL_API_SUBVERSION=0 -PERL_PATCHLEVEL=16824 +PERL_PATCHLEVEL=16892 PERL_CONFIG_SH=true # Variables propagated from previous config.sh file. pp_sys_cflags='ccflags="$ccflags -DNO_EFF_ONLY_OK"' diff --git a/Porting/config_H b/Porting/config_H index 960fc9d708..6bb15c5426 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Tue May 28 23:24:18 EET DST 2002 + * Configuration time: Fri May 31 05:21:28 EET DST 2002 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ -- cgit v1.2.1