AC_LANG_PUSH([@%language%@])
AC_LINK_IFELSE([AC_LANG_PROGRAM(
  [@%includes%@],
  [[
    @%source%@
  ]])],
  [@%action_ok%@],
  [@%action_fail%@])
AC_LANG_POP([@%language%@])
