Update version to v2.1.0-rc8
[lttng-tools.git] / configure.ac
index 49d324ecdf66af5f6c26d512e0daf1876474ee4b..f1d4a366e80263ae178fb118a083c1455431b674 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([lttng-tools],[2.1.0-rc6],[dgoulet@efficios.com],[],[http://lttng.org])
+AC_INIT([lttng-tools],[2.1.0-rc8],[dgoulet@efficios.com],[],[http://lttng.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
@@ -298,6 +298,8 @@ AC_CONFIG_FILES([
        tests/ust/low-throughput/Makefile
        tests/ust/before-after/Makefile
        tests/ust/multi-session/Makefile
+       tests/ust/overlap/Makefile
+       tests/ust/overlap/demo/Makefile
 ])
 
 AC_OUTPUT
@@ -313,7 +315,7 @@ AS_ECHO("$version_description")
 AS_ECHO()
 
 # Target architecture we're building for
-target_arch=$target_cpu
+target_arch=$host_cpu
 [
 for f in $CFLAGS; do
         if test $f = "-m32"; then
This page took 0.023006 seconds and 4 git commands to generate.