diff options
author | Peter Prymmer <PPrymmer@factset.com> | 2002-04-03 09:29:32 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-03 22:39:48 +0000 |
commit | b9aafa2202f85b07c9f5fcea5e7158fe1da68cc4 (patch) | |
tree | cf10726798cec93e1712e19e7c7e7fd8c1830927 /configure.com | |
parent | 13d53c427c5ba0eb2aa36c5d3a4e66875bcc51be (diff) | |
download | perl-b9aafa2202f85b07c9f5fcea5e7158fe1da68cc4.tar.gz |
Re: enc2xs needs portable way to know it's in the core
Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
p4raw-id: //depot/perl@15724
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.com b/configure.com index af0dd51d9a..ee504dd9ec 100644 --- a/configure.com +++ b/configure.com @@ -5069,6 +5069,9 @@ $ WC "PERL_VERSION='" + patchlevel + "'" $ WC "PERL_SUBVERSION='" + subversion + "'" $ WC "PERL_API_VERSION='" + api_version + "'" $ WC "PERL_API_SUBVERSION='" + api_subversion + "'" +$ WC "_a='" + lib_ext + "'" +$ WC "_ext='" + exe_ext + "'" +$ WC "_o='" + obj_ext + "'" $ WC "alignbytes='" + alignbytes + "'" $ WC "aphostname='write sys$output f$edit(f$getsyi(\""SCSNODE\""),\""TRIM,LOWERCASE\"")'" $ WC "ar='" + "'" |