projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efeff61
)
configure.ac: fix --enable-man-pages help string
author
Philippe Proulx
<eeppeliteloop@gmail.com>
Thu, 7 Apr 2016 07:12:44 +0000
(
03:12
-0400)
committer
Jérémie Galarneau
<jeremie.galarneau@efficios.com>
Sun, 15 May 2016 17:13:31 +0000
(13:13 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 7d96bea9e8f7556e3d615d9aa607b7f50e0f3465..7bb1656e8147334ba6607994fe03ada6f346b5b5 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-499,7
+499,7
@@
AC_ARG_ENABLE(
man-pages,
AS_HELP_STRING(
[--disable-man-pages],
- [
B
uild and install man pages (already built in a distributed tarball)]
+ [
Do not b
uild and install man pages (already built in a distributed tarball)]
),
[man_pages_opt=$enableval],
[man_pages_opt=yes]
This page took
0.029229 seconds
and
4
git commands to generate.