diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-02-18 12:18:52 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-02-18 12:18:52 +0000 |
commit | e67cea9b6f4e5e16535851ce33a456c282242f0d (patch) | |
tree | 52b4792abde6abf48dda03061c981d2e640d2f77 /Configure | |
parent | edd7382e985077dac6582d6406b3a16fa5fff0e9 (diff) | |
download | perl-e67cea9b6f4e5e16535851ce33a456c282242f0d.tar.gz |
Removed pm_apiversion and xs_apiversion as requested by
the pumpkin. Chainsaw was still in perfect working order.
p4raw-id: //depot/perl@22334
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue Feb 17 12:34:40 MET 2004 [metaconfig 3.0 PL70] +# Generated on Wed Feb 18 12:49:17 MET 2004 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -1173,8 +1173,6 @@ vendorscriptexp='' versiononly='' defvoidused='' voidflags='' -pm_apiversion='' -xs_apiversion='' yacc='' yaccflags='' CONFIG='' @@ -18648,12 +18646,6 @@ rp="What is the type of process ids on this system?" set pid_t pidtype int stdio.h sys/types.h eval $typedef_ask -: Find earliest binary compatible site_perl subdirectory perl can use. -xs_apiversion=$version # The current site_perl version. -: Find earliest pure perl site_perl subdirectory perl can use. -: The versioned directories started at 5.005. -pm_apiversion='5.005' - : see if ar generates random libraries by itself echo " " echo "Checking how to generate random libraries on your machine..." >&4 @@ -21214,7 +21206,6 @@ pg='$pg' phostname='$phostname' pidtype='$pidtype' plibpth='$plibpth' -pm_apiversion='$pm_apiversion' pmake='$pmake' pr='$pr' prefix='$prefix' @@ -21416,7 +21407,6 @@ versiononly='$versiononly' vi='$vi' voidflags='$voidflags' xlibpth='$xlibpth' -xs_apiversion='$xs_apiversion' yacc='$yacc' yaccflags='$yaccflags' zcat='$zcat' |