]> granicus.if.org Git - sudo/commitdiff
added an echo
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 29 May 1994 19:29:51 +0000 (19:29 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 29 May 1994 19:29:51 +0000 (19:29 +0000)
aclocal.m4

index d8ec0aea0b6740330043ce24034c951a13c4f824..12a482088705dd061d5d7efac1eddd94da12c8ae 100644 (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`