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

pull/50/head
Marc G. Fournier 29 years ago
parent 1ce7b0c808
commit cfd9f6e7a9
  1. 319
      src/configure
  2. 1
      src/configure.in

319
src/configure vendored

File diff suppressed because it is too large Load Diff

@ -12,6 +12,7 @@ solaris*)
freebsd*) PORTNAME='BSD44_derived' ;;
dgux*) PORTNAME='dgux';;
aix*) PORTNAME='aix';;
nextstep*) PORTNAME='nextstep';;
*) echo ""
echo "*************************************************************"
echo "configure does not currently recognize your operating system,"

Loading…
Cancel
Save