mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 23:55:27 +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 " prefix: $prefix"
|
||||||
echo " sysconfdir: $sysconfdir"
|
echo " sysconfdir: $sysconfdir"
|
||||||
echo " localstatedir: $localstatedir"
|
echo " localstatedir: $localstatedir"
|
||||||
|
echo "-------------------------------------------------------------------------------"
|
||||||
|
echo "Compiler: $CC"
|
||||||
|
$CC --version 2>&1 | sed 's/^/ /'
|
||||||
|
|
||||||
if test "X$ac_unrecognized_opts" != "X"; then
|
if test "X$ac_unrecognized_opts" != "X"; then
|
||||||
echo
|
|
||||||
echo "Unrecognized options:"
|
echo "Unrecognized options:"
|
||||||
echo " $ac_unrecognized_opts"
|
echo " $ac_unrecognized_opts"
|
||||||
fi
|
fi
|
||||||
|
@@ -3241,10 +3241,11 @@ report() {
|
|||||||
echo " prefix: $prefix"
|
echo " prefix: $prefix"
|
||||||
echo " sysconfdir: $sysconfdir"
|
echo " sysconfdir: $sysconfdir"
|
||||||
echo " localstatedir: $localstatedir"
|
echo " localstatedir: $localstatedir"
|
||||||
|
echo "-------------------------------------------------------------------------------"
|
||||||
|
echo "Compiler: $CC"
|
||||||
|
$CC --version 2>&1 | sed 's/^/ /'
|
||||||
|
|
||||||
if test "X$ac_unrecognized_opts" != "X"; then
|
if test "X$ac_unrecognized_opts" != "X"; then
|
||||||
echo
|
|
||||||
echo "Unrecognized options:"
|
echo "Unrecognized options:"
|
||||||
echo " $ac_unrecognized_opts"
|
echo " $ac_unrecognized_opts"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user