summaryrefslogtreecommitdiff
path: root/tool/m4/ac_msg_result.m4
blob: bcc7a63d7d89cc9d7a3a7b3153c62ece7ee81475 (plain)
1
2
3
4
5
# -*- Autoconf -*-
AC_DEFUN([AC_MSG_RESULT], [dnl
{ _AS_ECHO_LOG([result: $1])
COLORIZE_RESULT([$1]); dnl
}])dnl