Portability patch for HP MPE/iX.  Submitted by Mark Bixby <mark_bixby@hp.com>
diff --git a/config b/config
index 910c97f..6a26253 100755
--- a/config
+++ b/config
@@ -71,6 +71,10 @@
 # Now we simply scan though... In most cases, the SYSTEM info is enough
 #
 case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
+    MPE/iX:*)
+	MACHINE=`echo "$MACHINE" | sed -e 's/-/_/g'`
+	echo "parisc-hp-MPE/iX"; exit 0
+	;;
     A/UX:*)
 	echo "m68k-apple-aux3"; exit 0
 	;;