diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-08 15:34:09 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-08 15:34:09 +0000 |
commit | d8c21d11cb871f587f55d2bee6b0f1494d057ff5 (patch) | |
tree | e17caffedeb19f33ba66e6d30b8e9aff964eeb2b /Porting | |
parent | c055c80abe24c136f579ecd106ebc7354b88f5b4 (diff) | |
download | perl-d8c21d11cb871f587f55d2bee6b0f1494d057ff5.tar.gz |
Various Configure tweaks.
p4raw-id: //depot/perl@17097
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Glossary | 13 | ||||
-rw-r--r-- | Porting/config.sh | 10 | ||||
-rw-r--r-- | Porting/config_H | 2 |
3 files changed, 15 insertions, 10 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 5eb7977292..09657fabd5 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -1,3 +1,7 @@ + +!!!!!!! DO NOT EDIT THIS FILE !!!!!!! +This file is built by metaconfig. + 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' @@ -3572,6 +3576,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. @@ -4585,10 +4594,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 a9d55057f1..fd089ce934 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -8,7 +8,7 @@ # Package name : perl5 # Source directory : . -# Configuration time: Thu Jun 6 22:13:01 EET DST 2002 +# Configuration time: Sat Jun 8 19:29:36 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='Thu Jun 6 22:13:01 EET DST 2002' +cf_time='Sat Jun 8 19:29:36 EET DST 2002' charsize='1' chgrp='' chmod='chmod' @@ -770,7 +770,7 @@ patchlevel='8' path_sep=':' perl5='perl' perl='' -perl_patchlevel='17013' +perl_patchlevel='17060' perladmin='yourname@yourhost.yourplace.com' perllibs='-lm -lutil' perlpath='/opt/perl/bin/perl' @@ -954,7 +954,7 @@ vendorlibexp='' vendorprefix='' vendorprefixexp='' version='5.8.0' -version_patchlevel_string='version 8 subversion 0 patch 17013' +version_patchlevel_string='version 8 subversion 0 patch 17060' versiononly='undef' vi='' voidflags='15' @@ -983,7 +983,7 @@ PERL_SUBVERSION=0 PERL_API_REVISION=5 PERL_API_VERSION=8 PERL_API_SUBVERSION=0 -PERL_PATCHLEVEL=17013 +PERL_PATCHLEVEL=17060 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 9f5ea8c360..31313263a4 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Thu Jun 6 22:13:01 EET DST 2002 + * Configuration time: Sat Jun 8 19:29:36 EET DST 2002 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ |