summaryrefslogtreecommitdiff
path: root/hints/mpeix.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-24 23:23:50 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-24 23:23:50 +0000
commitfeb334998467cf1c2ce6355cb4372da98b963090 (patch)
treed5fd91b84de0cddb00f8006ef39d490885727307 /hints/mpeix.sh
parent6557ab03f6af50f3a62216c7f6466b808b1071d1 (diff)
downloadperl-feb334998467cf1c2ce6355cb4372da98b963090.tar.gz
MPE/iX update from Mark Bixby.
p4raw-id: //depot/perl@15483
Diffstat (limited to 'hints/mpeix.sh')
-rw-r--r--hints/mpeix.sh13
1 files changed, 12 insertions, 1 deletions
diff --git a/hints/mpeix.sh b/hints/mpeix.sh
index 6b4b877849..53db0152aa 100644
--- a/hints/mpeix.sh
+++ b/hints/mpeix.sh
@@ -11,6 +11,7 @@
# Substantially revised for 5.004_01 by Mark Bixby, markb@cccd.edu.
# Revised again for 5.004_69 by Mark Bixby, markb@cccd.edu.
# Revised for 5.6.0 by Mark Bixby, mbixby@power.net.
+# Revised for 5.7.3 by Mark Bixby, mark@bixby.org.
#
osname='mpeix'
osvers=`uname -r | sed -e 's/.[A-Z]\.\([0-9]\)\([0-9]\)\.[0-9][0-9]/\1.\2/'`
@@ -30,7 +31,7 @@ alias -x cat=/bin/cat
# Various directory locations.
#
# Which ones of these does Configure get wrong?
-test -z "$prefix" && prefix='/PERL/PUB'
+test -z "$prefix" && prefix="/$HPACCOUNT/$HPGROUP"
archname='PA-RISC1.1'
bin="$prefix"
installman1dir="$prefix/man/man1"
@@ -144,3 +145,13 @@ timetype='time_t'
#
bincompat5005="$undef"
uselargefiles="$undef"
+#
+# Expected functionality provided in mpeix.c.
+#
+archobjs='mpeix.o'
+
+# Help gmake find mpeix.c
+test -h mpeix.c || ln -s mpeix/mpeix.c mpeix.c
+
+d_gettimeod='define'
+d_truncate='define'