Commit ba82bb3e authored by Marc G. Fournier's avatar Marc G. Fournier

Make sure we have an irix port

Pointed out by: Dave Morrison  (mirrison@mail.phy.ornl.gov)
parent 5d9f146c
This diff is collapsed.
...@@ -14,6 +14,7 @@ case "$host_os" in ...@@ -14,6 +14,7 @@ case "$host_os" in
aix*) PORTNAME='aix';; aix*) PORTNAME='aix';;
nextstep*) PORTNAME='nextstep';; nextstep*) PORTNAME='nextstep';;
ultrix*) PORTNAME='ultrix4';; ultrix*) PORTNAME='ultrix4';;
irix*) PORTNAME='irix5';;
*) echo "" *) echo ""
echo "*************************************************************" echo "*************************************************************"
echo "configure does not currently recognize your operating system," echo "configure does not currently recognize your operating system,"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment