]> sigrok.org Git - libsigrok.git/commit
configure.ac: Print $host and $build.
authorUwe Hermann <redacted>
Tue, 9 Apr 2013 16:47:31 +0000 (18:47 +0200)
committerUwe Hermann <redacted>
Tue, 9 Apr 2013 16:56:53 +0000 (18:56 +0200)
commit6bad8487243cb5e86979b801069f9656f627480f
tree33a68a47f505d93f222db74844162052ce045b3c
parent6e772cbe802327ed79cdaae9d366fed1ec6b081c
configure.ac: Print $host and $build.

In the configure summary at the end also print the architecture we're
building on ($build) and the target host we build for ($host). The two are
not necessarily the same, e.g. in the case of cross-compiles.
configure.ac