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