X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=580e0ee3d6af0282c80436cc42e197a78fc1b7f7;hb=a1acf2a6a975996aefdae82362c2bda749da2ff4;hp=f9ee053fed9958eede459685883e7837f3e01780;hpb=6be9efc138f42a3247b242198d0284dfedb67a59;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index f9ee053f..580e0ee3 100644 --- a/configure.ac +++ b/configure.ac @@ -55,7 +55,7 @@ AC_SYS_LARGEFILE AC_PROG_CC AC_PROG_CC_STDC AC_PROG_CXX -rw_PROG_CXX_WORKS +RW_PROG_CXX_WORKS AM_CONDITIONAL([CXX_WORKS], [test "x$rw_cv_prog_cxx_works" = "xyes"]) # Check if the compiler support weak symbols @@ -555,6 +555,7 @@ AC_CONFIG_FILES([ tests/test-app-ctx/Makefile tests/gcc-weak-hidden/Makefile lttng-ust.pc + lttng-ust-ctl.pc ]) # Create link for python agent for the VPATH guru. @@ -565,6 +566,8 @@ AC_CONFIG_LINKS([ python-lttngust/lttngust/loghandler.py:python-lttngust/lttngust/loghandler.py ]) +AC_CONFIG_FILES([tests/ust-elf/test_ust_elf],[chmod +x tests/ust-elf/test_ust_elf]) + AC_OUTPUT @@ -613,6 +616,9 @@ PPRINT_PROP_BOOL_CUSTOM([JNI interface (JNI)], $value, [use --enable-jni-interfa test "x$python_agent" = xyes && value=1 || value=0 PPRINT_PROP_BOOL_CUSTOM([Python agent], $value, [use --enable-python-agent]) +test "x$have_perf_event" = "xyes" && value=1 || value=0 +PPRINT_PROP_BOOL_CUSTOM([Perf event integration], $value) + test "x$enable_numa" = xyes && value=1 || value=0 PPRINT_PROP_BOOL([NUMA], $value)