this is to help someone that wants an AUX port get started...

This commit is contained in:
Marc G. Fournier 1998-01-25 07:08:31 +00:00
parent b611fefa0f
commit 9f8d3b668b
2 changed files with 211 additions and 209 deletions

419
src/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -14,6 +14,7 @@ case "$host_os" in
AC_SUBST(TAS) ;;
esac ;;
sunos*) os=sunos4 ;;
aux*) os=aux ;;
linux*) os=linux ;;
bsdi*) os=bsdi ;;
freebsd*|netbsd*|openbsd*) os=bsd ;;