]> sigrok.org Git - libsigrok.git/commitdiff
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)
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

index 6a20c9ec7f7154ec25eb5aa776a79175d7cc8305..4720f6e96a11a790d660277bf9ba58ea35d4c682 100644 (file)
@@ -460,6 +460,8 @@ echo
 echo "  - Package version (major.minor.micro):    $SR_PACKAGE_VERSION"
 echo "  - Library version (current:revision:age): $SR_LIB_VERSION"
 echo "  - Prefix: $prefix"
+echo "  - Building on: $build"
+echo "  - Building for: $host"
 echo
 echo "Detected libraries:"
 echo