configure.ac: fix --enable-man-pages help string
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 7 Apr 2016 07:12:44 +0000 (03:12 -0400)
committerJé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

index 7d96bea9e8f7556e3d615d9aa607b7f50e0f3465..7bb1656e8147334ba6607994fe03ada6f346b5b5 100644 (file)
@@ -499,7 +499,7 @@ AC_ARG_ENABLE(
        man-pages,
        AS_HELP_STRING(
                [--disable-man-pages],
-               [Build and install man pages (already built in a distributed tarball)]
+               [Do not build and install man pages (already built in a distributed tarball)]
        ),
        [man_pages_opt=$enableval],
        [man_pages_opt=yes]
This page took 0.02805 seconds and 4 git commands to generate.