summaryrefslogtreecommitdiff
path: root/tool/m4/ac_msg_result.m4
diff options
context:
space:
mode:
Diffstat (limited to 'tool/m4/ac_msg_result.m4')
-rw-r--r--tool/m4/ac_msg_result.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/tool/m4/ac_msg_result.m4 b/tool/m4/ac_msg_result.m4
new file mode 100644
index 0000000000..ec7d8d7d1b
--- /dev/null
+++ b/tool/m4/ac_msg_result.m4
@@ -0,0 +1,4 @@
+AC_DEFUN([AC_MSG_RESULT], [dnl
+{ _AS_ECHO_LOG([result: $1])
+COLORIZE_RESULT([$1]); dnl
+}])dnl