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:
1
aclocal.m4
vendored
1
aclocal.m4
vendored
@@ -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`
|
||||
|
||||
|
Reference in New Issue
Block a user