added support for detecting ncr boxen

This commit is contained in:
Todd C. Miller
1996-07-18 22:26:50 +00:00
parent fd134afec7
commit 25e15d666a

6
aclocal.m4 vendored
View File

@@ -317,7 +317,11 @@ if test -n "$UNAMEPROG"; then
OS="sco" OS="sco"
fi fi
else else
OS=`$UNAMEPROG -v` if test -f /etc/.relid -a "`$UNAMEPROG -p`" = "386/486/MC"; then
OS="ncr"
else
OS=`$UNAMEPROG -v`
fi
fi fi
fi fi