From: Jarkko Hietaniemi Date: Mon, 8 Apr 2002 16:27:10 +0000 (+0000) Subject: Mirroring #15806. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c532c9d188d34825735bd84db34c29ace8f8f6b2;p=p5sagit%2Fp5-mst-13.2.git Mirroring #15806. p4raw-id: //depot/perl@15809 --- diff --git a/Porting/Glossary b/Porting/Glossary index 6768105..a2b92fc 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -2,7 +2,7 @@ This file contains a description of all the shell variables whose value is determined by the Configure script. Variables intended for use in C programs (e.g. I_UNISTD) are already described in config_h.SH. [`configpm' generates pod documentation for Config.pm from this file--please try to keep -the formatting regular.] +the formatting regular and verify that its output looks as you intend.] _a (Unix.U): This variable defines the extension used for ordinary library files. @@ -3186,11 +3186,12 @@ mailx (Loc.U): make (Loc.U): This variable is used internally by Configure to determine the - full pathname (if any) of the make program. Both the directory - and the command name can vary from system to system; while most - systems call the command 'make', other values include 'gmake' and - 'gnumake'. After Configure runs, the value is reset to a plain - "make" and is not useful. + full pathname (if any) of the make program. After Configure runs, + the value is reset to a plain "make" and is not useful. + + Both the directory and the command name can vary from system + to system; while most systems call the command 'make', other + values include 'gmake' and 'gnumake'. make_set_make (make.U): Some versions of 'make' set the variable MAKE. Others do not. @@ -3482,6 +3483,11 @@ perl5 (perl5.U): installed perl5.005 or later suitable for running the script to determine inc_version_list. +perl5 (perl5.U): + This variable contains the full path (if any) to a previously + installed perl5.005 or later suitable for running the script + to determine inc_version_list. + perl (Loc.U): This variable is defined but not used by Configure. The value is a plain '' and is not useful. @@ -4444,10 +4450,6 @@ xs_apiversion (xs_apiversion.U): though in principle we could go snooping around in old Config.pm files. -yacc (yacc.U): - This variable holds the name of the compiler compiler we - want to use in the Makefile. It can be yacc, byacc, or bison -y. - yaccflags (yacc.U): This variable contains any additional yacc flags desired by the user. It is up to the Makefile to use this. diff --git a/Porting/config.sh b/Porting/config.sh index ef9a1e7..42bcf44 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -8,7 +8,7 @@ # Package name : perl5 # Source directory : . -# Configuration time: Fri Mar 29 20:37:35 EET 2002 +# Configuration time: Mon Apr 8 20:15:42 EET DST 2002 # Configured by : jhi # Target system : osf1 alpha.hut.fi v4.0 878 alpha @@ -64,7 +64,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='Fri Mar 29 20:37:35 EET 2002' +cf_time='Mon Apr 8 20:15:42 EET DST 2002' charsize='1' chgrp='' chmod='chmod' @@ -771,7 +771,7 @@ patchlevel='7' path_sep=':' perl5='perl' perl='' -perl_patchlevel='15605' +perl_patchlevel='15771' perladmin='yourname@yourhost.yourplace.com' perllibs='-lm -lutil' perlpath='/opt/perl/bin/perl5.7.3' @@ -955,7 +955,7 @@ vendorlibexp='' vendorprefix='' vendorprefixexp='' version='5.7.3' -version_patchlevel_string='version 7 subversion 3 patch 15605' +version_patchlevel_string='version 7 subversion 3 patch 15771' versiononly='define' vi='' voidflags='15' @@ -985,7 +985,7 @@ PERL_SUBVERSION=3 PERL_API_REVISION=5 PERL_API_VERSION=5 PERL_API_SUBVERSION=0 -PERL_PATCHLEVEL=15605 +PERL_PATCHLEVEL=15771 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 6e72d9d..c26f80d 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Fri Mar 29 20:37:35 EET 2002 + * Configuration time: Mon Apr 8 20:15:42 EET DST 2002 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */