]> sigrok.org Git - libsigrok.git/commit
configure.ac: Add AC_CANONICAL_SYSTEM macro.
authorBartosz Golaszewski <redacted>
Mon, 9 Feb 2015 17:31:09 +0000 (18:31 +0100)
committerUwe Hermann <redacted>
Wed, 11 Feb 2015 15:22:56 +0000 (16:22 +0100)
commit3cdff6cd2d1ce64e901540fa86a263666222ac07
treee6480d92d92312c448e42d574552e217f26d2aca
parent187cfc604e51ee534fef8dc33278caa8eb1ff66d
configure.ac: Add AC_CANONICAL_SYSTEM macro.

In order to determine the target OS when cross-compiling libsigrok
we need autotools to set the 'target_os' variable. This macro
determines the system type and sets output variables to the names
of the canonical system types.

Signed-off-by: Bartosz Golaszewski <redacted>
configure.ac