Fix documentation in lttng.h
[lttng-tools.git] / configure.ac
index ffd54e2e6a7b017ed66b76ee74aff7dbfde748f8..c07052a0f0f0d63677d86bdf297904926af40e40 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([lttng-tools],[2.0-pre20],[dgoulet@efficios.com],[],[http://lttng.org])
+AC_INIT([lttng-tools],[2.0.0-rc1],[dgoulet@efficios.com],[],[http://lttng.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
@@ -51,7 +51,7 @@ AC_ARG_WITH([consumerd32-libdir],
        [CONSUMERD32_LIBDIR=''])
 AC_SUBST([CONSUMERD32_LIBDIR])
 
-AC_ARG_WITH([consumer64d-libdir],
+AC_ARG_WITH([consumerd64-libdir],
        AS_HELP_STRING([--with-consumerd64-libdir],
        [Directory containing the 64-bit consumerd libraries]),
        [CONSUMERD64_LIBDIR="$withval"],
This page took 0.022851 seconds and 4 git commands to generate.