Try to detect NeXT 3.3 (working Configure entry for this still missing)

This commit is contained in:
Bodo Möller 1999-06-10 18:05:58 +00:00
parent 247cf8d279
commit 74a6c7f384

3
config
View File

@ -243,6 +243,9 @@ fi
# Now NeXT
ISNEXT=`hostinfo 2>/dev/null`
case "$ISNEXT" in
*NeXT Mach 3.3*)
echo "whatever-next-nextstep3.3"; exit 0
;;
*NeXT*)
echo "whatever-next-nextstep"; exit 0
;;