diff options
author | Craig A. Berry <craigberry@mac.com> | 2011-08-14 09:36:01 -0500 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2011-08-14 17:27:55 -0500 |
commit | 614391c851ec80dcd07508e7bc23777b88990e47 (patch) | |
tree | d79a5eacd218a3395a84f709692a89efe4cc1cc4 /configure.com | |
parent | d677d0fca41325ba7203de00652fdeb43659754a (diff) | |
download | perl-614391c851ec80dcd07508e7bc23777b88990e47.tar.gz |
Write some missing version strings in configure.com
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.com b/configure.com index 501a2d263d..e0b2002fe5 100644 --- a/configure.com +++ b/configure.com @@ -5990,6 +5990,10 @@ $ WC "_exe='" + exe_ext + "'" $ WC "_o='" + obj_ext + "'" $ WC "alignbytes='" + alignbytes + "'" $ WC "aphostname='write sys$output f$edit(f$getsyi(\""SCSNODE\""),\""TRIM,LOWERCASE\"")'" +$ WC "api_revision='" + api_revision + "'" +$ WC "api_subversion='" + api_subversion + "'" +$ WC "api_version='" + api_version + "'" +$ WC "api_versionstring='" + version + "'" $ WC "ar='" + "'" $ WC "archlib='" + archlib + "'" $ WC "archlibexp='" + archlibexp + "'" |