Generate man pages by default
[lttng-tools.git] / configure.ac
index 11811f4226ed545bcfb660bb99570abb5b0ac74f..81122f81477b7fa77c1b94ed094c8ebc3a1fdc29 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.8.0],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.8.0-rc1],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
@@ -499,11 +499,11 @@ AM_CONDITIONAL([IN_GIT_REPO], [test "x$in_git_repo" = "xyes"])
 AC_ARG_ENABLE(
        build-man-pages,
        AS_HELP_STRING(
-               [--enable-build-man-pages],
+               [--disable-build-man-pages],
                [Build man pages (already built in a distributed tarball)]
        ),
-       [enable_build_man_pages=yes],
-       [enable_build_man_pages=no]
+       [enable_build_man_pages=no],
+       [enable_build_man_pages=yes]
 )
 
 # export man page build condition
This page took 0.02379 seconds and 4 git commands to generate.