X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=1c4bc1620a362914e9f6b4f607447383186e6f36;hp=f5e4c366ab30450000304968667bf7ab484c5ed2;hb=8e0af1b4e36284b519bac6b13928a7589db4da11;hpb=fc7a59ceb8b73a1610a5bce28131dc2cf338aa70 diff --git a/configure.ac b/configure.ac index f5e4c366a..1c4bc1620 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.0-pre14],[david.goulet@polymtl.ca],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.0-pre15],[david.goulet@polymtl.ca],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -58,7 +58,7 @@ AC_CHECK_LIB([popt], [poptGetContext], [], ) # URCU library version needed or newer -liburcu_version=">= 0.6.6" +liburcu_version=">= 0.6.7" # Check liburcu needed function calls AC_CHECK_DECL([cds_list_add], [], @@ -138,6 +138,7 @@ AC_CONFIG_FILES([ liblttng-ustconsumer/Makefile liblttngctl/Makefile liblttng-sessiond-comm/Makefile + librunas/Makefile lttng-consumerd/Makefile lttng-sessiond/Makefile lttng/Makefile