Try to detect NeXT 3.3 (working Configure entry for this still missing)
This commit is contained in:
parent
247cf8d279
commit
74a6c7f384
3
config
3
config
@ -243,6 +243,9 @@ fi
|
|||||||
# Now NeXT
|
# Now NeXT
|
||||||
ISNEXT=`hostinfo 2>/dev/null`
|
ISNEXT=`hostinfo 2>/dev/null`
|
||||||
case "$ISNEXT" in
|
case "$ISNEXT" in
|
||||||
|
*NeXT Mach 3.3*)
|
||||||
|
echo "whatever-next-nextstep3.3"; exit 0
|
||||||
|
;;
|
||||||
*NeXT*)
|
*NeXT*)
|
||||||
echo "whatever-next-nextstep"; exit 0
|
echo "whatever-next-nextstep"; exit 0
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user