X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=f1d4a366e80263ae178fb118a083c1455431b674;hp=49d324ecdf66af5f6c26d512e0daf1876474ee4b;hb=2ad3a9a03e56a52b68d9c2e6046e31da9bc6c4ef;hpb=5692e22beeb7119d68055d6450b924972b5f20d0 diff --git a/configure.ac b/configure.ac index 49d324ecd..f1d4a366e 100644 --- a/configure.ac +++ b/configure.ac @@ -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