diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-29 21:04:02 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-29 21:04:02 +0000 |
commit | d71b2b6b0ee7a300e345e5175fafb8b6ec1ea959 (patch) | |
tree | e8ec386ec0f9119ae636737d52454cab972e214c /Porting/config.sh | |
parent | 4afc6d66aeafd270f1fcb835f4aee0553a4cdb42 (diff) | |
download | perl-d71b2b6b0ee7a300e345e5175fafb8b6ec1ea959.tar.gz |
Make Configure support PERL_BINCOMPAT_5005.
p4raw-id: //depot/cfgperl@3835
Diffstat (limited to 'Porting/config.sh')
-rw-r--r-- | Porting/config.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Porting/config.sh b/Porting/config.sh index 14d1ea2307..6957d00d76 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -8,7 +8,7 @@ # Package name : perl5 # Source directory : . -# Configuration time: Wed Jul 28 20:34:48 EET DST 1999 +# Configuration time: Fri Jul 30 00:00:04 EET DST 1999 # Configured by : jhi # Target system : osf1 alpha.hut.fi v4.0 878 alpha @@ -41,6 +41,7 @@ awk='awk' baserev='5.0' bash='' bin='/opt/perl/bin' +bincompat5005='undef' binexp='/opt/perl/bin' bison='' byacc='byacc' @@ -55,7 +56,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='Wed Jul 28 20:34:48 EET DST 1999' +cf_time='Fri Jul 30 00:00:04 EET DST 1999' chgrp='' chmod='' chown='' @@ -85,6 +86,7 @@ d_archlib='define' d_attribut='undef' d_bcmp='define' d_bcopy='define' +d_bincompat5005='' d_bsd='undef' d_bsdgetpgrp='undef' d_bsdsetpgrp='define' |