X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=b56665de0094ac62840b13fe3c604665dfbdddb5;hp=2661173833b5fef62456ac2066b06ff9b9258137;hb=5e96e15dc761cc835e006bdb55f3148db57c0fb1;hpb=6e2d116c6138874c0357b1afb1db5aa7cd80ceb6 diff --git a/configure.ac b/configure.ac index 266117383..b56665de0 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-pre4], [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