Add ultrix to configure

This commit is contained in:
Marc G. Fournier 1997-02-07 11:07:43 +00:00
parent cfd9f6e7a9
commit 4c0faba0fe
2 changed files with 161 additions and 159 deletions

319
src/configure vendored

File diff suppressed because it is too large Load Diff

View File

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