From: Tom Horsley Date: Wed, 30 Jul 1997 00:01:31 +0000 (+1200) Subject: make Configure recognize powerux hint (perl5.004_01) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ae3afa4eb5f7bb8f9101daeb8d0881c2d4189709;p=p5sagit%2Fp5-mst-13.2.git make Configure recognize powerux hint (perl5.004_01) This is my day for building perl on various flavor Concurrent boxes - here's a minor Configure patch for a different operating system. Version 5.004_01 seems to build, link, and pass all tests perfectly "out of the box" on Concurrent's PowerMAX OS, but because marketing keeps changing the name of the operating system, Configure needs a small patch to recognize all the possible versions of uname output and pick the right hint file. (I suppose it would make marketing happier if I renamed powerux.sh to powermax.sh, but I have the feeling they'll change the name again real soon now, so I'm just gonna leave the hints file with the name it already has :-). I did try this patch, and it seemed to recognize the proper hints file correctly when I built. p5p-msgid: 9707301938.AA08352@amber.ssd.hcsc.com --- diff --git a/Configure b/Configure index 97f5826..987aafc 100755 --- a/Configure +++ b/Configure @@ -1780,6 +1780,10 @@ EOM bsd386) osname=bsd386 osvers=`$uname -r` ;; + powerux | power_ux | powermax_os | powermaxos | \ + powerunix | power_unix) osname=powerux + osvers="$3" + ;; next*) osname=next ;; solaris) osname=solaris case "$3" in