X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=c8e9b9835e6099181a7d141c16f9c2340fbac49b;hb=e5c30e046c8e1e9473609cfbd590cce028805fc5;hp=189387db958434cd7c89c3557c3f8b89f2b46ffc;hpb=d94e7873e9080e820e7742e468736b1317a88de1;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 189387db..c8e9b983 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([babeltrace],[1.4.0],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace]) +AC_INIT([babeltrace],[1.5.2],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace]) AC_SUBST([BABELTRACE_LIBRARY_VERSION], [1:0:0]) AC_CONFIG_HEADERS([config.h]) @@ -97,7 +97,6 @@ AC_FUNC_MALLOC AC_FUNC_MKTIME AC_FUNC_MMAP AC_FUNC_REALLOC -AC_FUNC_STRERROR_R AC_CHECK_FUNCS([ \ atexit \ dirfd \ @@ -129,6 +128,7 @@ AC_CHECK_FUNCS([ \ MINGW32=no DEFAULT_ENABLE_DEBUG_INFO=yes +LT_NO_UNDEFINED="" AS_CASE([$host_os], [solaris*|darwin*], [ @@ -137,10 +137,17 @@ AS_CASE([$host_os], [mingw*], [ MINGW32=yes + LT_NO_UNDEFINED="-no-undefined" + ], + [cygwin*], + [ + LT_NO_UNDEFINED="-no-undefined" + DEFAULT_ENABLE_DEBUG_INFO=no ] ) AM_CONDITIONAL([BABELTRACE_BUILD_WITH_MINGW], [test "x$MINGW32" = "xyes"]) +AC_SUBST(LT_NO_UNDEFINED) # Check what libraries are required on this platform to link sockets programs. AX_LIB_SOCKET_NSL @@ -176,7 +183,7 @@ AC_CHECK_FUNCS([uuid_generate], link_with_libc_uuid=yes ], [ - # for MinGW32 we have our own internal implemenation of uuid using Windows functions. + # for MinGW32 we have our own internal implementation of uuid using Windows functions. if test "x$MINGW32" = xno; then AC_MSG_ERROR([Cannot find libuuid uuid_generate nor libc uuid_create. Use [LDFLAGS]=-Ldir to specify their location.]) fi @@ -302,6 +309,9 @@ AC_SUBST(babeltracectfincludedir) babeltracectfwriterincludedir="${includedir}/babeltrace/ctf-writer" AC_SUBST(babeltracectfwriterincludedir) +babeltracectfirincludedir="${includedir}/babeltrace/ctf-ir" +AC_SUBST(babeltracectfirincludedir) + AC_CONFIG_FILES([ Makefile types/Makefile @@ -316,6 +326,7 @@ AC_CONFIG_FILES([ formats/lttng-live/Makefile formats/ctf/metadata/Makefile formats/ctf/writer/Makefile + formats/ctf/ir/Makefile converter/Makefile doc/Makefile lib/Makefile