diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-30 13:51:24 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-30 13:51:24 +0000 |
commit | 45c9e83b07a146ad42e19f44b9def27ecbdcd9e2 (patch) | |
tree | a2baac2860572164bf5c375a2fe8d90a40080611 /Configure | |
parent | bc1ad33168dad61eed9029d25ff2214e8d8845ce (diff) | |
download | perl-45c9e83b07a146ad42e19f44b9def27ecbdcd9e2.tar.gz |
Reset archname and archname64 always, forcing them be
recomputed at each Configure run, make Configure and
the hints files agree on the naming of largefiles variables.
p4raw-id: //depot/perl@6912
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed Aug 30 03:53:15 EET DST 2000 [metaconfig 3.0 PL70] +# Generated on Wed Aug 30 16:44:38 EET DST 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >/tmp/c1$$ <<EOF @@ -975,6 +975,7 @@ useopcode=true _exe='' : Extra object files, if any, needed on this platform. archobjs='' +archname='' : Possible local include directories to search. : Set locincpth to "" in a hint file to defeat local include searches. locincpth="/usr/local/include /opt/local/include /usr/gnu/include" @@ -1006,6 +1007,7 @@ plibpth='' libswanted='' : some systems want to use only the non-versioned libso:s ignore_versioned_solibs='' +archname64='' ccflags_uselargefiles='' ldflags_uselargefiles='' libswanted_uselargefiles='' |