Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
a6f43574
Commit
a6f43574
authored
Sep 07, 2018
by
Evan Hunt
Browse files
report "$CC --version" output as part of the configure summary
parent
d98de244
Pipeline
#4755
passed with stages
in 8 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
configure
View file @
a6f43574
...
...
@@ -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
...
...
configure.in
View file @
a6f43574
...
...
@@ -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
...
...
Evan Hunt
@each
mentioned in commit
564209fc
·
Sep 10, 2018
mentioned in commit
564209fc
mentioned in commit 564209fc70c613b0edc29161394cbb058dbe2ebb
Toggle commit list
Evan Hunt
@each
mentioned in commit
ee8cb1b4
·
Sep 10, 2018
mentioned in commit
ee8cb1b4
mentioned in commit ee8cb1b480741d9afad9633e04bf0c83696f6f9d
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment