mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
report "$CC --version" output as part of the configure summary
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user