diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-25 10:46:39 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-25 10:46:39 +0000 |
commit | 71c4afb41a341a4ac26503a502aa0ab5bb0dde31 (patch) | |
tree | 8bdd8ba9f6ba1056ebc7b6ce12688663af156705 /Porting/config.sh | |
parent | dd4e71fdc0d3da1d09384ab498212866e7d17b94 (diff) | |
download | perl-71c4afb41a341a4ac26503a502aa0ab5bb0dde31.tar.gz |
Andy's new installation scheme (note: a lot of this
leaked in already with change #3731). The vendor*
stuff is not used anywhere (in *.SH, say), so it
isn't in Configure, either.
p4raw-link: @3731 on //depot/cfgperl: dd4e71fdc0d3da1d09384ab498212866e7d17b94
p4raw-id: //depot/cfgperl@3732
Diffstat (limited to 'Porting/config.sh')
-rw-r--r-- | Porting/config.sh | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/Porting/config.sh b/Porting/config.sh index be9251a513..b645acf36f 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -8,7 +8,7 @@ # Package name : perl5 # Source directory : . -# Configuration time: Mon Jul 5 22:50:29 EET DST 1999 +# Configuration time: Sun Jul 25 13:40:51 EET DST 1999 # Configured by : jhi # Target system : osf1 alpha.hut.fi v4.0 878 alpha @@ -55,7 +55,7 @@ ccflags='-pthread -std -DLANGUAGE_C' ccsymbols='__LANGUAGE_C__=1 _LONGLONG=1 LANGUAGE_C=1 SYSTYPE_BSD=1' cf_by='jhi' cf_email='yourname@yourhost.yourplace.com' -cf_time='Mon Jul 5 22:50:29 EET DST 1999' +cf_time='Sun Jul 25 13:40:51 EET DST 1999' chgrp='' chmod='' chown='' @@ -379,7 +379,7 @@ dlext='so' dlsrc='dl_dlopen.xs' doublesize='8' drand01='drand48()' -dynamic_ext='B ByteLoader DB_File Data/Dumper Devel/Peek Fcntl IO IPC/SysV NDBM_File ODBM_File Opcode POSIX SDBM_File Socket Thread attrs re' +dynamic_ext='B ByteLoader DB_File Data/Dumper Devel/DProf Devel/Peek Fcntl IO IPC/SysV NDBM_File ODBM_File Opcode POSIX SDBM_File Socket Thread attrs re' eagain='EAGAIN' ebcdic='undef' echo='echo' @@ -388,7 +388,7 @@ emacs='' eunicefix=':' exe_ext='' expr='expr' -extensions='B ByteLoader DB_File Data/Dumper Devel/Peek Fcntl IO IPC/SysV NDBM_File ODBM_File Opcode POSIX SDBM_File Socket Thread attrs re Errno' +extensions='B ByteLoader DB_File Data/Dumper Devel/DProf Devel/Peek Fcntl IO IPC/SysV NDBM_File ODBM_File Opcode POSIX SDBM_File Socket Thread attrs re Errno' fflushNULL='define' fflushall='undef' find='' @@ -486,18 +486,22 @@ installarchlib='/opt/perl/lib/5.00557/alpha-dec_osf-thread' installbin='/opt/perl/bin' installman1dir='/opt/perl/man/man1' installman3dir='/opt/perl/man/man3' +installprefix='/opt/perl' +installprefixexp='/opt/perl' installprivlib='/opt/perl/lib/5.00557' installscript='/opt/perl/bin' installsitearch='/opt/perl/lib/site_perl/5.00557/alpha-dec_osf-thread' -installsitelib='/opt/perl/lib/site_perl/5.00557' +installsitelib='/opt/perl/lib/site_perl' +installstyle='lib' installusrbinperl='define' intsize='4' -known_extensions='B ByteLoader DB_File Data/Dumper Devel/Peek Fcntl GDBM_File IO IPC/SysV NDBM_File ODBM_File Opcode POSIX SDBM_File Socket Thread attrs re' +known_extensions='B ByteLoader DB_File Data/Dumper Devel/DProf Devel/Peek Fcntl GDBM_File IO IPC/SysV NDBM_File ODBM_File Opcode POSIX SDBM_File Socket Thread attrs re' ksh='' large='' ld='ld' lddlflags='-shared -expect_unresolved "*" -msym -s' ldflags='' +ldlibpthname='LD_LIBRARY_PATH' less='less' lib_ext='.a' libc='/usr/shlib/libc.so' @@ -615,8 +619,10 @@ sig_num_init='0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, signal_t='void' sitearch='/opt/perl/lib/site_perl/5.00557/alpha-dec_osf-thread' sitearchexp='/opt/perl/lib/site_perl/5.00557/alpha-dec_osf-thread' -sitelib='/opt/perl/lib/site_perl/5.00557' -sitelibexp='/opt/perl/lib/site_perl/5.00557' +sitelib='/opt/perl/lib/site_perl' +sitelibexp='/opt/perl/lib/site_perl' +siteprefix='/opt/perl' +siteprefixexp='/opt/perl' sizetype='size_t' sleep='' smail='' |