mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Add in the nextstep port so that configure will (should?) run on it
This commit is contained in:
parent
1ce7b0c808
commit
cfd9f6e7a9
323
src/configure
vendored
323
src/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -2,16 +2,17 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(backend/access/common/heaptuple.c)
|
AC_INIT(backend/access/common/heaptuple.c)
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
case "$host_os" in
|
case "$host_os" in
|
||||||
solaris*)
|
solaris*)
|
||||||
case "$host_cpu" in
|
case "$host_cpu" in
|
||||||
sparc) PORTNAME='sparc_solaris' ;;
|
sparc) PORTNAME='sparc_solaris' ;;
|
||||||
i386) PORTNAME='i386_solaris' ;;
|
i386) PORTNAME='i386_solaris' ;;
|
||||||
esac ;;
|
esac ;;
|
||||||
linux*) PORTNAME='linux' ;;
|
linux*) PORTNAME='linux' ;;
|
||||||
bsdi*) PORTNAME='bsdi' ;;
|
bsdi*) PORTNAME='bsdi' ;;
|
||||||
freebsd*) PORTNAME='BSD44_derived' ;;
|
freebsd*) PORTNAME='BSD44_derived' ;;
|
||||||
dgux*) PORTNAME='dgux';;
|
dgux*) PORTNAME='dgux';;
|
||||||
aix*) PORTNAME='aix';;
|
aix*) PORTNAME='aix';;
|
||||||
|
nextstep*) PORTNAME='nextstep';;
|
||||||
*) echo ""
|
*) echo ""
|
||||||
echo "*************************************************************"
|
echo "*************************************************************"
|
||||||
echo "configure does not currently recognize your operating system,"
|
echo "configure does not currently recognize your operating system,"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user