X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=7c7bf26e38fcadb45fe389e6eaa26f4bcb248f22;hb=f436dc743863f592579616940b015f8c1c33d999;hp=14f297dea922904a73350d1015c9303d80c272af;hpb=8707de3510ac14bcdf0d39d53a64d47726f75d3b;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 14f297de..7c7bf26e 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,8 @@ AM_SILENT_RULES([yes]) AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE AC_PROG_CC -AC_PROG_CC_STDC +# AC_PROG_CC_STDC was merged in AC_PROG_CC in autoconf 2.70 +m4_version_prereq([2.70], [], [AC_PROG_CC_STDC]) AC_PROG_CXX AX_CXX_COMPILE_STDCXX([11]) RW_PROG_CXX_WORKS @@ -251,8 +252,6 @@ AM_CONDITIONAL([HAVE_DLINFO], [test "x${ac_cv_have_decl_RTLD_DI_LINKMAP}" = "xye # Require URCU >= 0.12 for DEFINE_URCU_TLS_INIT PKG_CHECK_MODULES([URCU], [liburcu >= 0.12]) -PKG_CHECK_MODULES([URCU_BP], [liburcu-bp >= 0.12]) -PKG_CHECK_MODULES([URCU_CDS], [liburcu-cds >= 0.12]) # numa.h integration AS_IF([test "x$NO_NUMA" = "x1"],[ @@ -504,6 +503,8 @@ AC_CONFIG_FILES([ include/Makefile include/lttng/ust-version.h snprintf/Makefile + libcounter/Makefile + libmsgpack/Makefile libringbuffer/Makefile liblttng-ust-comm/Makefile liblttng-ust/Makefile @@ -539,6 +540,7 @@ AC_CONFIG_FILES([ tests/compile/test-app-ctx/Makefile tests/benchmark/Makefile tests/unit/gcc-weak-hidden/Makefile + tests/unit/libmsgpack/Makefile tests/unit/Makefile tests/unit/libringbuffer/Makefile tests/unit/pthread_name/Makefile