diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-10 21:09:30 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-10 21:09:30 +0000 |
commit | 22e779421fc9644bbe208a576056f86ee9e45388 (patch) | |
tree | d289a9facf96ad7b2d755e12d926639d58f0ca7f /Configure | |
parent | 7bd40e2617d77c8e973207f8d6ca5f9eca71162b (diff) | |
download | perl-22e779421fc9644bbe208a576056f86ee9e45388.tar.gz |
Use the versiononly instead of the installscripts,
retract the changes 7146 and 7147.
p4raw-id: //depot/perl@7195
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 24 |
1 files changed, 1 insertions, 23 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Mon Oct 9 21:51:54 EET DST 2000 [metaconfig 3.0 PL70] +# Generated on Wed Oct 11 00:00:47 EET DST 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >/tmp/c1$$ <<EOF @@ -709,7 +709,6 @@ inc_version_list='' inc_version_list_init='' installprefix='' installprefixexp='' -installscripts='' installstyle='' installusrbinperl='' intsize='' @@ -6271,26 +6270,6 @@ case "$inc_version_list" in esac $rm -f getverlist -: determine whether to install the scripts - -echo " " -$cat <<EOM -Do you want to install the various scripts accompanying Perl? -Usually you do want this. -EOM -case "$installscripts" in -"$undef"|[nN]*) dflt='n';; -*) dflt='y';; -esac -rp="Do you want to install the scripts?" -. ./myread -case "$ans" in -[yY]*) val="$define";; -*) val="$undef" ;; -esac -set installscripts -eval $setvar - : determine whether to install perl also as /usr/bin/perl echo " " @@ -15767,7 +15746,6 @@ installprefix='$installprefix' installprefixexp='$installprefixexp' installprivlib='$installprivlib' installscript='$installscript' -installscripts='$installscripts' installsitearch='$installsitearch' installsitebin='$installsitebin' installsitelib='$installsitelib' |