mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
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:
commit
07f29a083b
2 changed files with 6 additions and 4 deletions
5
configure
vendored
5
configure
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue