From: Uwe Hermann Date: Tue, 9 Apr 2013 16:47:31 +0000 (+0200) Subject: configure.ac: Print $host and $build. X-Git-Tag: dsupstream~222 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=6bad8487243cb5e86979b801069f9656f627480f;hp=6e772cbe802327ed79cdaae9d366fed1ec6b081c;p=libsigrok.git 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. --- diff --git a/configure.ac b/configure.ac index 6a20c9ec..4720f6e9 100644 --- a/configure.ac +++ b/configure.ac @@ -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