X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=f698e973342847a4e53f073f55685ed8dcf10006;hb=10544ee8af31afb239e3dfa71cb2fe09d3de3771;hp=3663fcaaafb3d2f1000f4b533d507fe359a40d9e;hpb=ff1ee9bccaa84dd4b062387989c107eb1dafc136;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 3663fcaa..f698e973 100644 --- a/configure.ac +++ b/configure.ac @@ -44,8 +44,8 @@ AC_CANONICAL_HOST AM_INIT_AUTOMAKE([1.12 foreign dist-bzip2 no-dist-gzip tar-ustar nostdinc -Wall -Wno-portability -Werror]) AM_MAINTAINER_MODE([enable]) -# Enable silent rules if available (Introduced in AM 1.11) -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) +# Enable silent rules by default +AM_SILENT_RULES([yes]) # Checks for C compiler AC_USE_SYSTEM_EXTENSIONS @@ -251,8 +251,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"],[ @@ -485,6 +483,9 @@ _AC_DEFINE_AND_SUBST([LTTNG_UST_DEFAULT_CONSTRUCTOR_TIMEOUT_MS], [3000]) AM_CFLAGS="-Wall $URCU_CFLAGS $PTHREAD_CFLAGS" AC_SUBST(AM_CFLAGS) +AM_CXXFLAGS="$AM_CFLAGS" +AC_SUBST(AM_CXXFLAGS) + # The order in which the include folders are searched is important. # The top_builddir should always be searched first in the event that a build # time generated file is included. @@ -501,6 +502,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 @@ -536,7 +539,9 @@ 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 tests/unit/snprintf/Makefile tests/unit/ust-elf/Makefile