X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=f680a8b42a0cbfd9170e83cf98c2045a80a57a7e;hb=490db8414513dd962f5960b62be7a9b722e0293f;hp=e600e252d9ce632f5628a1a06f12471af75f8e94;hpb=50b02c873391f0f600efc63cb926e337cc554bee;p=babeltrace.git diff --git a/configure.ac b/configure.ac index e600e252..f680a8b4 100644 --- a/configure.ac +++ b/configure.ac @@ -307,7 +307,7 @@ AS_IF([test "x$_enable_debug_info" = xyes], [ # Check if libelf and libdw are present AC_CHECK_LIB([elf], [elf_version], [], [AC_MSG_ERROR(Missing libelf (from elfutils >= 0.154) which is required by debug info. You can disable this feature using --disable-debug-info.)]) AC_CHECK_LIB([dw], [dwarf_begin], [], [AC_MSG_ERROR(Missing libdw (from elfutils >= 0.154) which is required by debug info. You can disable this feature using --disable-debug-info.)]) - AX_LIB_ELFUTILS([0], [154], [], [AC_MSG_ERROR(elfutils >= 0.154 is required to use the debug info feature. You can disable this feature using --disable-debug-info.)]) + BT_LIB_ELFUTILS([0], [154], [:], [AC_MSG_ERROR(elfutils >= 0.154 is required to use the debug info feature. You can disable this feature using --disable-debug-info.)]) AC_DEFINE([ENABLE_DEBUG_INFO], [1], [Define to 1 if you enable the 'debug info' feature]) ], []) @@ -332,6 +332,9 @@ AC_SUBST(babeltracectfwriterincludedir) babeltracectfirincludedir="${includedir}/babeltrace/ctf-ir" AC_SUBST(babeltracectfirincludedir) +babeltracepluginincludedir="${includedir}/babeltrace/plugin" +AC_SUBST(babeltracepluginincludedir) + AC_CONFIG_FILES([ Makefile types/Makefile @@ -366,6 +369,7 @@ AC_CONFIG_FILES([ tests/utils/tap/Makefile extras/Makefile extras/valgrind/Makefile + plugins/Makefile babeltrace.pc babeltrace-ctf.pc ]) @@ -380,6 +384,7 @@ AC_CONFIG_FILES([tests/bin/test_trace_read], [chmod +x tests/bin/test_trace_read AC_CONFIG_FILES([tests/bin/intersection/test_intersection], [chmod +x tests/bin/intersection/test_intersection]) AC_CONFIG_FILES([tests/bin/intersection/bt_python_helper.py]) AC_CONFIG_FILES([tests/bin/test_packet_seq_num], [chmod +x tests/bin/test_packet_seq_num]) +AC_CONFIG_FILES([tests/bin/test_formats], [chmod +x tests/bin/test_formats]) AC_OUTPUT