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:
1113825
)
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 16:55:20 +0000
(12:55 -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 24e74601167efc7c993675c5d22d0cb82bab30b3..a67b7cb1f091bb2b99cb41bd32bad353b1b284c3 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.026396 seconds
and
4
git commands to generate.