chkamd.m4 118 Bytes Raw Blame History Permalink 1 2 3 4 5 6 AC_DEFUN([AC_CHK_AMD], [ AM_CONDITIONAL(IS_AMD, test "AuthenticAMD" = "$(uname -i)") ]) # vim: set ft=m4 ts=2 sw=2: