diff options
author | Ted Lemon <source@isc.org> | 1997-09-17 00:21:45 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1997-09-17 00:21:45 +0000 |
commit | 4e5a40cd4546a29bf53aafdaa4dfd7d5bc85f0f2 (patch) | |
tree | 8a9cb057304059c75900cf49ee9196dce622df64 /configure | |
parent | 884ec091b79e45d808561ce87a838096ba5b055e (diff) | |
download | isc-dhcp-4e5a40cd4546a29bf53aafdaa4dfd7d5bc85f0f2.tar.gz |
Add nextstep configuration
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -38,10 +38,13 @@ if [ "$sysname" = "" ]; then sysname=hpux;; QNX) sysname=qnx;; + NEXTSTEP) + sysname=nextstep;; esac fi if [ "$sysname" = "" ]; then + echo "UNIX name: $uname machine: $machine" echo echo "Unknown system. If this is an SCO system running ODT 3.0 or" echo "higher, type \`\`./configure sco''. Otherwise, this is a" @@ -59,6 +62,7 @@ if [ "$sysname" = "" ]; then echo " freebsd FreeBSD" echo " hpux HP-UX" echo " qnx QNX 4.2 or higher" + echo " NEXTSTEP NeXTSTEP" exit 1; fi |