summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-05-07 16:58:21 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-07 16:58:21 +0000
commitd2e0c6f79ef142ca2a2058cb0c41174a92b0b229 (patch)
tree69599e7092b527493eeddd3a37ad15b6905812c2 /Configure
parentaf1ff193f3e3f6feddccbad54f3f3b6df0328f3d (diff)
downloadperl-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-xConfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/Configure b/Configure
index 07682b631f..90783fc4db 100755
--- a/Configure
+++ b/Configure
@@ -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