Add in port hpux to configure

Pointed out by: Mark Hollomon <mhh@nortel.ca>
This commit is contained in:
Marc G. Fournier 1997-02-20 18:29:45 +00:00
parent 4de2f24895
commit 069b71d721
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

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