]> 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 16:47:03 +0000 (12:47 -0400)
configure
configure.in

index d10db7f43bfe487be9182f0fe65943473e8c3e71..aa53344c969921339e68ee96724dfcf9e9b296aa 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index 1210ed5c4c33f48f5642ac2d1851f66bd9d74fad..284c8ab0d38be5367f6debedcc37af007e324b2c 100644 (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