X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=be2186fc255beb60984cb9aeb69de8ed4e7d500c;hb=refs%2Fheads%2Fstable-2.13;hp=43d9d3933890d9bdac225f4bb33c4c165952624c;hpb=2d74bedd0990c2ba606a7310063b0885c12aaa8a;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 43d9d3933..be2186fc2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl SPDX-License-Identifier: GPL-2.0-only AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.13.10],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.13.13],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) @@ -236,7 +236,7 @@ AC_CHECK_FUNCS([ \ mkdir munmap putenv realpath rmdir socket strchr strcspn strdup \ strncasecmp strndup strnlen strpbrk strrchr strstr strtol strtoul \ strtoull dirfd gethostbyname2 getipnodebyname epoll_create1 \ - sched_getcpu sysconf sync_file_range getrandom + sched_getcpu sysconf sync_file_range getrandom flock ]) # Check for pthread_setname_np and pthread_getname_np @@ -1210,6 +1210,7 @@ AC_CONFIG_FILES([ tests/utils/Makefile tests/utils/tap/Makefile tests/utils/testapp/Makefile + tests/utils/testapp/gen-data-pending/Makefile tests/utils/testapp/gen-ns-events/Makefile tests/utils/testapp/gen-kernel-test-events/Makefile tests/utils/testapp/gen-py-events/Makefile