2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

added an echo

This commit is contained in:
Todd C. Miller
1994-05-29 19:29:51 +00:00
parent 6767aaea0a
commit 6224b05a73

1
aclocal.m4 vendored
View File

@@ -88,6 +88,7 @@ define(SUDO_OSTYPE,
AC_BEFORE([$0], [AC_PROGRAM_CHECK])
[echo trying to figure out what OS you are running
if test -n "$UNAMEPROG"; then
echo "checking OS based on uname(1)"
OS=`$UNAMEPROG -s`
OSREV=`$UNAMEPROG -r`