summaryrefslogtreecommitdiff
path: root/tool/m4/ruby_func_attribute.m4
blob: 437769880ae199d33bd58a0b831e9b3cad4dc0ee (plain)
1
2
3
4
5
6
dnl RUBY_FUNC_ATTRIBUTE(attrib, macroname, cachevar, condition)
AC_DEFUN([RUBY_FUNC_ATTRIBUTE], [dnl
    RUBY_DECL_ATTRIBUTE([$1], [$2], [$3], [$4],
	[function], [@%:@define x int conftest_attribute_check(void)]
    )
])dnl