From: Todd C. Miller Date: Sun, 29 May 1994 19:29:51 +0000 (+0000) Subject: added an echo X-Git-Tag: SUDO_1_3_1~214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6224b05a735f35802f74bb407feb95f323dd42d3;p=sudo added an echo --- diff --git a/aclocal.m4 b/aclocal.m4 index d8ec0aea0..12a482088 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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`