diff options
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 42 |
1 files changed, 0 insertions, 42 deletions
@@ -1042,10 +1042,6 @@ sPRIgldbl='' sSCNfldbl='' lseeksize='' lseektype='' -mad='' -madlyh='' -madlyobj='' -madlysrc='' make_set_make='' d_mymalloc='' freetype='' @@ -20338,40 +20334,6 @@ EOM *) groupstype="$gidtype";; esac -: MAD = Misc Attribute Definition - -if $test $patchlevel -lt 9; then -: MAD is not available in 5.8.x or earlier. - ans=n; -else - case "$mad" in - $define|true|[yY]*) dflt='y' ;; - *) dflt='n' ;; - esac - cat <<EOM - -Would you like to build with Misc Attribute Decoration? This is development -work leading to a Perl 5 to Perl 6 convertor, which imposes a space and speed -overhead on the interpreter. - -If this doesn't make any sense to you, just accept the default '$dflt'. -EOM - rp='Build Perl with MAD?' - . ./myread -fi -case "$ans" in -y|Y) val="$define" - madlyh='madly.h madly.act madly.tab' - madlysrc='madly.c' - madlyobj="madly$_o" ;; -*) val="$undef" - madlyh='' - madlysrc='' - madlyobj='' ;; -esac -set mad -eval $setvar - : check whether make sets MAKE echo " " echo "Checking if your $make program sets \$(MAKE)..." >&4 @@ -23746,10 +23708,6 @@ lpr='$lpr' ls='$ls' lseeksize='$lseeksize' lseektype='$lseektype' -mad='$mad' -madlyh='$madlyh' -madlyobj='$madlyobj' -madlysrc='$madlysrc' mail='$mail' mailx='$mailx' make='$make' |