X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=066c4e20e3cc5ed293ca631428f86683c4294a78;hp=2661173833b5fef62456ac2066b06ff9b9258137;hb=8e0dbb653e6872725775d640e2a64d4b08cceb3a;hpb=6e2d116c6138874c0357b1afb1db5aa7cd80ceb6 diff --git a/configure.ac b/configure.ac index 266117383..066c4e20e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ -AC_INIT([lttng-tools], [0.0.1], [david.goulet@polymtl.ca], ,[http://lttng.org]) +AC_INIT([lttng-tools], [2.0-pre11], [david.goulet@polymtl.ca], ,[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([config]) -AM_INIT_AUTOMAKE([foreign]) +AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip]) AM_SILENT_RULES([yes]) AC_CHECK_HEADERS([ \ @@ -43,15 +43,16 @@ AC_CONFIG_FILES([ Makefile include/Makefile libkernelctl/Makefile - liblttkconsumerd/Makefile + liblttngkconsumerd/Makefile liblttngctl/Makefile - liblttsessiondcomm/Makefile + liblttng-sessiond-comm/Makefile libustctl/Makefile libustcomm/Makefile ltt-kconsumerd/Makefile ltt-sessiond/Makefile lttng/Makefile tests/Makefile + doc/Makefile ]) AC_OUTPUT