diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-07 16:58:21 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-07 16:58:21 +0000 |
commit | d2e0c6f79ef142ca2a2058cb0c41174a92b0b229 (patch) | |
tree | 69599e7092b527493eeddd3a37ad15b6905812c2 /Configure | |
parent | af1ff193f3e3f6feddccbad54f3f3b6df0328f3d (diff) | |
download | perl-d2e0c6f79ef142ca2a2058cb0c41174a92b0b229.tar.gz |
Allow platforms to manipulate their archname by creating
a archname.cbu in their hints files.
p4raw-id: //depot/perl@19437
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 5 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 May 7 21:05:53 EET DST 2003 [metaconfig 3.0 PL70] +# Generated on Wed May 7 21:09:25 EET DST 2003 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -5693,6 +5693,10 @@ $define) esac ;; esac +if $test -f archname.cbu; then + echo "Your platform has some specific hints for architecture name, using them..." + . ./archname.cbu +fi : determine root of directory hierarchy where package will be installed. case "$prefix" in |