Lines Matching +full:platform +full:- +full:name
13 dnl * Neither the name of Google Inc. nor the names of its contributors
32 dnl Checks for the current architecture name (aka processor type) and defines
36 AC_MSG_CHECKING([for architecture name])
38 [Name of the system architecture (aka processor type)])
39 if test x"${KYUA_ARCHITECTURE-unset}" = x"unset"; then
40 KYUA_ARCHITECTURE="$(uname -p)"
43 [Name of the system architecture (aka processor type)])
50 dnl Checks for the current platform name (aka machine name) and defines
54 AC_MSG_CHECKING([for platform name])
56 [Name of the system platform (aka machine name)])
57 if test x"${KYUA_PLATFORM-unset}" = x"unset"; then
58 KYUA_PLATFORM="$(uname -m)"
61 [Name of the system platform (aka machine name)])