mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
this is to help someone that wants an AUX port get started...
This commit is contained in:
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) ;;
|
AC_SUBST(TAS) ;;
|
||||||
esac ;;
|
esac ;;
|
||||||
sunos*) os=sunos4 ;;
|
sunos*) os=sunos4 ;;
|
||||||
|
aux*) os=aux ;;
|
||||||
linux*) os=linux ;;
|
linux*) os=linux ;;
|
||||||
bsdi*) os=bsdi ;;
|
bsdi*) os=bsdi ;;
|
||||||
freebsd*|netbsd*|openbsd*) os=bsd ;;
|
freebsd*|netbsd*|openbsd*) os=bsd ;;
|
||||||
|
Reference in New Issue
Block a user