Merge branch 'report-compiler-version' into 'master'

report "$CC --version" output as part of the configure summary

See merge request isc-projects/bind9!770
This commit is contained in:
Evan Hunt 2018-09-10 12:55:44 -04:00
commit 07f29a083b
2 changed files with 6 additions and 4 deletions

5
configure vendored
View file

@ -23876,10 +23876,11 @@ report() {
echo " prefix: $prefix"
echo " sysconfdir: $sysconfdir"
echo " localstatedir: $localstatedir"
echo "-------------------------------------------------------------------------------"
echo "Compiler: $CC"
$CC --version 2>&1 | sed 's/^/ /'
if test "X$ac_unrecognized_opts" != "X"; then
echo
echo "Unrecognized options:"
echo " $ac_unrecognized_opts"
fi

View file

@ -3241,10 +3241,11 @@ report() {
echo " prefix: $prefix"
echo " sysconfdir: $sysconfdir"
echo " localstatedir: $localstatedir"
echo "-------------------------------------------------------------------------------"
echo "Compiler: $CC"
$CC --version 2>&1 | sed 's/^/ /'
if test "X$ac_unrecognized_opts" != "X"; then
echo
echo "Unrecognized options:"
echo " $ac_unrecognized_opts"
fi