X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=61946db91c08846cbde3c4bf4dea180545ec829d;hb=26b53d3b7ce1812a2ebc2c7153a50d35bba2a270;hp=72daf7e0f32c42770bfa2a60fb04c13bd66b527c;hpb=b827d67e5385599deed8dc2b61ec064d40d067cd;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 72daf7e0f..61946db91 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-rc7],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -39,6 +39,8 @@ AS_IF([test "x$libtool_fixup" = "xyes"], ]) ]) +AM_CONDITIONAL([NO_SHARED], [test x$enable_shared = xno]) + AC_CHECK_HEADERS([ \ sys/types.h unistd.h fcntl.h string.h pthread.h limits.h \ signal.h stdlib.h sys/un.h sys/socket.h stdlib.h stdio.h \ @@ -296,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