]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
report "$CC --version" output as part of the configure summary
authorEvan Hunt <each@isc.org>
Fri, 7 Sep 2018 17:59:04 +0000 (10:59 -0700)
committerEvan Hunt <each@isc.org>
Mon, 10 Sep 2018 17:03:30 +0000 (10:03 -0700)
(cherry picked from commit a6f43574a0fff3882d3860bd051b8de3fbc93716)

configure
configure.in

index 1a1631e54c0c0d5b2a671819c46c63d864b5dca3..4394755a62a28730508784465911e77cbdfb24c8 100755 (executable)
--- a/configure
+++ b/configure
@@ -27040,10 +27040,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
index 641bb5ea7bb4b784787d683846c8ebeb378e0d6f..9aa7e2d7e7aa2a7d7b3f79fe5f4aa9d7db6d40ed 100644 (file)
@@ -5621,10 +5621,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