diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-05 14:53:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-05 14:53:14 +0000 |
commit | 48370efcca9e507f1a6469e04f98fc208af66403 (patch) | |
tree | e080b9daecb49ff947ebf38eae4d3c49697f60f7 /Configure | |
parent | c74f62b55c858d7cf9ed72589c05484ffce727b0 (diff) | |
download | perl-48370efcca9e507f1a6469e04f98fc208af66403.tar.gz |
Support a config.arch file, similar to config.over,
but loaded just before it.
p4raw-id: //depot/perl@12851
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 8 |
1 files changed, 7 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 Thu Oct 25 22:43:09 EET DST 2001 [metaconfig 3.0 PL70] +# Generated on Mon Nov 5 17:50:04 EET 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -16621,6 +16621,12 @@ if test -d ../UU; then cd .. fi +: configuration may be patched via a 'config.arch' file +if $test -f config.arch; then + echo "I see a config.arch file, loading it." + . ./config.arch +fi + : configuration may be patched via a 'config.over' file if $test -f config.over; then echo " " |