X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=2382e532796db1df7c2cafe8f66e490b92cf2f0e;hb=1f90f04deea4c7109f97289d2fe08bf13cf0f183;hp=84e7adbe948e83385c533e12d44e0b770697fac0;hpb=9df2b909cd5a08f8c8aa802bda0d107d853d5a4b;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 84e7adbe..2382e532 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([babeltrace],[1.5.0-rc1],[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,16 @@ AS_CASE([$host_os], [mingw*], [ MINGW32=yes + LT_NO_UNDEFINED="-no-undefined" + ], + [cygwin*], + [ + LT_NO_UNDEFINED="-no-undefined" ] ) 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