Make sure we have an irix port

Pointed out by: Dave Morrison  (mirrison@mail.phy.ornl.gov)
This commit is contained in:
Marc G. Fournier 1997-02-12 05:17:19 +00:00
parent 5d9f146c64
commit ba82bb3eac
2 changed files with 167 additions and 165 deletions

331
src/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -14,6 +14,7 @@ case "$host_os" in
aix*) PORTNAME='aix';;
nextstep*) PORTNAME='nextstep';;
ultrix*) PORTNAME='ultrix4';;
irix*) PORTNAME='irix5';;
*) echo ""
echo "*************************************************************"
echo "configure does not currently recognize your operating system,"