summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1997-09-17 00:21:45 +0000
committerTed Lemon <source@isc.org>1997-09-17 00:21:45 +0000
commit4e5a40cd4546a29bf53aafdaa4dfd7d5bc85f0f2 (patch)
tree8a9cb057304059c75900cf49ee9196dce622df64 /configure
parent884ec091b79e45d808561ce87a838096ba5b055e (diff)
downloadisc-dhcp-4e5a40cd4546a29bf53aafdaa4dfd7d5bc85f0f2.tar.gz
Add nextstep configuration
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index cdad7d42..29a931e3 100755
--- a/configure
+++ b/configure
@@ -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