mirror of
https://github.com/postgres/postgres.git
synced 2026-06-13 18:50:17 -04:00
this is to help someone that wants an AUX port get started...
This commit is contained in:
parent
b611fefa0f
commit
9f8d3b668b
2 changed files with 211 additions and 209 deletions
419
src/configure
vendored
419
src/configure
vendored
File diff suppressed because it is too large
Load diff
|
|
@ -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 ;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue