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.
This commit is contained in:
Uwe Hermann 2013-04-09 18:47:31 +02:00
parent 6e772cbe80
commit 6bad848724
1 changed files with 2 additions and 0 deletions

View 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