Commit cfd9f6e7 authored by Marc G. Fournier's avatar Marc G. Fournier

Add in the nextstep port so that configure will (should?) run on it

parent 1ce7b0c8
This diff is collapsed.
...@@ -2,16 +2,17 @@ dnl Process this file with autoconf to produce a configure script. ...@@ -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,"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment