Project

General

Profile

Bug #14494 ยป 0001-tool-m4-ruby_replace_type.m4-use-AC_CHECK_TYPES-for-.patch

normalperson (Eric Wong), 02/19/2018 06:10 AM

View differences:

tool/m4/ruby_replace_type.m4
# -*- Autoconf -*-
dnl RUBY_REPLACE_TYPE [typename] [default type] [macro type] [included]
AC_DEFUN([RUBY_REPLACE_TYPE], [dnl
AC_CHECK_TYPE([$1],
AC_CHECK_TYPES([$1],
[n="patsubst([$1],["],[\\"])"],
[n="patsubst([$2],["],[\\"])"],
[$4])
-
    (1-1/1)