summaryrefslogtreecommitdiff
path: root/tool/m4/ruby_check_va_copy.m4
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-06 02:08:13 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-06 02:08:13 +0000
commiteb537609ba0de060c6633dc3e7dd9ba5e85c6d1b (patch)
treecb3d89826021f803594adeaf7e96699da371c33a /tool/m4/ruby_check_va_copy.m4
parent1f003810c22ca758bcf9c83b2f1f4755d74c47e1 (diff)
deal with aclocal(1)
This commit updates files so that aclocal.m4 generated by aclocal(1) works well with our configure.ac * ac_checking.m4: merged back to configure.ac because aclocal(1) cannot handle this macro. * ruby_append_options.m4: no longer used. * ruby_check_va_copy.m4: define using AC_DEFUN so that aclocal(1) can find this macro. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62243 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/m4/ruby_check_va_copy.m4')
-rw-r--r--tool/m4/ruby_check_va_copy.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/m4/ruby_check_va_copy.m4 b/tool/m4/ruby_check_va_copy.m4
index 403ef801f2..4672d1852c 100644
--- a/tool/m4/ruby_check_va_copy.m4
+++ b/tool/m4/ruby_check_va_copy.m4
@@ -1,5 +1,5 @@
# -*- Autoconf -*-
-m4_define(RUBY_CHECK_VA_COPY, [
+AC_DEFUN([RUBY_CHECK_VA_COPY], [
if test "x$rb_cv_va_copy" = x; then
AC_TRY_RUN(
[#include <stdlib.h>