diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-12-29 12:41:14 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-12-29 12:41:14 +0000 |
commit | db0f2be49373138d6e6d3c0766652079b73f7811 (patch) | |
tree | 7ff7dad5564143a9f6389ec3d61a62afb250d287 /Configure | |
parent | 5638aaacc9150fc0f24c4cbd2aba01385e12f1da (diff) | |
download | perl-db0f2be49373138d6e6d3c0766652079b73f7811.tar.gz |
Rebuilt after backport start for 23674, 23675, and 23676
p4raw-id: //depot/perl@23696
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Sat Oct 30 18:24:58 METDST 2004 [metaconfig 3.0 PL70] +# Generated on Wed Dec 29 14:05:06 MET 2004 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -1132,12 +1132,12 @@ nm_so_opt='' runnm='' usenm='' useperlio='' +userelocatableinc='' usesocks='' d_oldpthreads='' use5005threads='' useithreads='' usereentrant='' -userelocatableinc=undef usethreads='' incpath='' mips_type='' @@ -8976,6 +8976,11 @@ EOCP ;; esac +# probably will refer to +# $archlib $privlib $sitearch $sitelib $vendorarch $vendorlib +need_relocation=0 +userelocatableinc=undef + case "$vendorprefix" in '') d_vendorbin="$undef" vendorbin='' |