From 0664a6377a7fc51e6d96d7b69361cc457e248b00 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Sat, 20 Jan 2018 07:05:25 +0000 Subject: refactor split configure.ac into files This does not (yet) change anything. The generated configure file is the identical to previous one (except several empty lines added and deleted). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/m4/ac_msg_result.m4 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tool/m4/ac_msg_result.m4 (limited to 'tool/m4/ac_msg_result.m4') 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 -- cgit v1.2.3