Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Knot DNS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
22
Issues
22
List
Boards
Labels
Service Desk
Milestones
Merge Requests
18
Merge Requests
18
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
Knot DNS
Commits
a42c11df
Commit
a42c11df
authored
Dec 27, 2017
by
Daniel Salzman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: revert double newline, remove the 'make' hint
parent
ceba0d5e
Pipeline
#30233
passed with stages
in 20 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
9 deletions
+4
-9
configure.ac
configure.ac
+4
-9
No files found.
configure.ac
View file @
a42c11df
...
...
@@ -582,15 +582,9 @@ result_msg_base=" $PACKAGE $VERSION
Code coverage: ${enable_code_coverage}
Sanitizer: ${with_sanitize}
LibFuzzer: ${with_sanitize_fuzzer}
oss-fuzz: ${with_oss_fuzz}
"
OSS-Fuzz: ${with_oss_fuzz}"
result_msg_esc=$(echo -n "$result_msg_base" | sed '$!s/$/\\n/' | tr -d '\n')
result_msg_add="
$result_msg_base
Continue with 'make' command
"
AC_DEFINE_UNQUOTED([CONFIGURE_SUMMARY],["$result_msg_esc"],[Configure summary])
...
...
@@ -616,5 +610,6 @@ AC_CONFIG_FILES([doc/modules.rst],
ln -s -f -t ${srcdir}/doc/ $(readlink -f ${srcdir})/src/knot/modules 2>/dev/null])
AC_OUTPUT
AC_MSG_RESULT([$result_msg_add])
AC_MSG_RESULT([
$result_msg_base
])
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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