{"id":144,"date":"2004-02-10T19:25:34","date_gmt":"2004-02-10T19:25:34","guid":{"rendered":"http:\/\/maydanoz.arved.priv.at\/blog\/?p=144"},"modified":"2004-02-10T19:25:34","modified_gmt":"2004-02-10T19:25:34","slug":"arch_detection","status":"publish","type":"post","link":"https:\/\/arved.priv.at\/weblog\/2004\/02\/10\/arch_detection\/","title":{"rendered":"arch detection in a configure script"},"content":{"rendered":"<p>Found by lofi in kdemultimedia:<\/p>\n<pre>\nAC_MSG_CHECKING(machine architecture)\nAC_SUBST(ARCH_TYPE)\nARCH_TYPE=`uname -m`\nif test `uname -s` = \"FreeBSD\"\nthen\nHW_MODEL=`sysctl -n hw.model`\ncase \"$HW_MODEL\" in\n\"Pentium II\/Pentium II Xeon\/Celeron\")\nARCH_TYPE=\"i686\"\n;;\nesac\nfi;\nAC_MSG_RESULT($ARCH_TYPE)\n<\/pre>\n<p>*rotfl*<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Found by lofi in kdemultimedia: AC_MSG_CHECKING(machine architecture) AC_SUBST(ARCH_TYPE) ARCH_TYPE=`uname -m` if test `uname -s` = &#8220;FreeBSD&#8221; then HW_MODEL=`sysctl -n hw.model` case &#8220;$HW_MODEL&#8221; in &#8220;Pentium II\/Pentium II Xeon\/Celeron&#8221;) ARCH_TYPE=&#8221;i686&#8243; ;; esac fi; AC_MSG_RESULT($ARCH_TYPE) *rotfl*<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-144","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/posts\/144","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/comments?post=144"}],"version-history":[{"count":0,"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/posts\/144\/revisions"}],"wp:attachment":[{"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/media?parent=144"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/categories?post=144"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/tags?post=144"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}