report "$CC --version" output as part of the configure summary
This makes it easier to see from Jenkins or CI output which compiler version is in use.
It definitely works with both gcc and clang. If there are compilers out there that don't support a --version
option, then the output will be a bit ugly, but shouldn't be a problem.