X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=7e22f2d377174d8fa4c6262d86c8a0c49d188969;hb=ecca2f36b50d82cdc877bd6f292a5e7d051bb48a;hp=d15957d665808de365ebab4c5e1b24de0582cfee;hpb=de3fb4cda5aa1f33588e01e8d09ffdc01977273f;p=babeltrace.git diff --git a/configure.ac b/configure.ac index d15957d6..7e22f2d3 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([ @@ -699,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