Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
453827d0
Commit
453827d0
authored
Jan 24, 1995
by
Karl Heuer
Browse files
(i[34]86:*:3.2:*): Test for ISC before SCO; newer ISC releases have uname -X.
parent
ac23f116
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
config.guess
config.guess
+4
-4
No files found.
config.guess
View file @
453827d0
...
...
@@ -306,13 +306,13 @@ EOF
fi
exit
0
;;
i[34]86:
*
:3.2:
*
)
if
/bin/uname
-X
2>/dev/null
>
/dev/null
;
then
if
test
-f
/usr/options/cb.name
;
then
UNAME_REL
=
`
sed
-n
's/.*Version //p'
</usr/options/cb.name
`
echo
${
UNAME_MACHINE
}
-unknown-isc
$UNAME_REL
elif
/bin/uname
-X
2>/dev/null
>
/dev/null
;
then
UNAME_REL
=
`
(
/bin/uname
-X
|egrep Release|sed
-e
's/.*= //'
)
`
(
/bin/uname
-X
|egrep i80486
>
/dev/null
)
&&
UNAME_MACHINE
=
i486
echo
${
UNAME_MACHINE
}
-unknown-sco
$UNAME_REL
elif
test
-f
/usr/options/cb.name
;
then
UNAME_REL
=
`
sed
-n
's/.*Version //p'
</usr/options/cb.name
`
echo
${
UNAME_MACHINE
}
-unknown-isc
$UNAME_REL
else
echo
${
UNAME_MACHINE
}
-unknown-sysv32
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment