X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=configure.ac;h=3102dc72e80d08bc8a97ffc31d251a3d5ebcdb61;hb=375d5f6a40f8021639019995c8dc8e6f190b7b55;hp=d5b2075fcfada89cbad9d0f2d7b5cbd441777761;hpb=e2e51e3292ddbd1a37cdd590fcec61bf6d1d081a;p=babeltrace.git diff --git a/configure.ac b/configure.ac index d5b2075f..3102dc72 100644 --- a/configure.ac +++ b/configure.ac @@ -630,6 +630,11 @@ LIBS="$LIBS $GLIB_LIBS" # glib.h is not platform specific but it includes glibconfig.h which is and # is usually installed in a non-standard path. +# Older versions of the pkg-config macros disallows PKG_* in the autoconf +# output. Specifically allow pkg_config_libdir to be able to print the +# error message. +m4_pattern_allow([PKG_CONFIG_LIBDIR]) + save_CFLAGS=${CFLAGS} CFLAGS="${CFLAGS} ${AM_CFLAGS}" AC_COMPILE_IFELSE([ @@ -683,6 +688,7 @@ AC_CONFIG_FILES([ tests/lib/Makefile tests/lib/writer/Makefile tests/lib/test-plugin-plugins/Makefile + tests/utils/common.sh tests/utils/Makefile tests/utils/tap/Makefile tests/bindings/Makefile @@ -698,6 +704,7 @@ AC_CONFIG_FILES([ plugins/ctf/common/btr/Makefile plugins/ctf/common/metadata/Makefile plugins/ctf/common/notif-iter/Makefile + plugins/ctf/common/utils/Makefile plugins/ctf/fs-src/Makefile plugins/ctf/fs-sink/Makefile plugins/ctf/lttng-live/Makefile @@ -734,7 +741,7 @@ AC_CONFIG_FILES([tests/plugins/test_dwarf_complete], [chmod +x tests/plugins/tes AC_CONFIG_FILES([tests/plugins/test_bin_info_complete], [chmod +x tests/plugins/test_bin_info_complete]) AS_IF([test "x$enable_python_bindings_tests" = xyes], - [AC_CONFIG_FILES([tests/bindings/python/bt2/testall.sh], [chmod +x tests/bindings/python/bt2/testall.sh])] + [AC_CONFIG_FILES([tests/bindings/python/bt2/test_python_bt2], [chmod +x tests/bindings/python/bt2/test_python_bt2])] ) AS_IF([test "x$enable_python_plugins" = "xyes"],