Update version to 2.0-pre1
[lttng-tools.git] / configure.ac
index 2661173833b5fef62456ac2066b06ff9b9258137..fd2b607e5b9e8972f9cf969208411a83dcdbcd59 100644 (file)
@@ -1,9 +1,9 @@
-AC_INIT([lttng-tools], [0.0.1], [david.goulet@polymtl.ca], ,[http://lttng.org])
+AC_INIT([lttng-tools], [2.0-pre1], [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([ \
@@ -52,6 +52,7 @@ AC_CONFIG_FILES([
        ltt-sessiond/Makefile
        lttng/Makefile
        tests/Makefile
+       doc/Makefile
 ])
 
 AC_OUTPUT
This page took 0.024042 seconds and 5 git commands to generate.