X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=6bb13b8847cfad2c30fea116f17986523a2af177;hb=4e48b5d2debaf6c0c598489c183cc6cb2125c8a3;hp=4ecd250f905ea0bb1b5d9c70ac4e059628876379;hpb=d157934ed0531a79002a959aa37b46fc8ab0ef65;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 4ecd250f..6bb13b88 100644 --- a/configure.ac +++ b/configure.ac @@ -186,10 +186,6 @@ AC_CHECK_PROGS([XMLTO], [xmlto]) AM_PATH_PYTHON([2.7], [], [PYTHON=""]) -AX_PROG_JAVAC -AX_PROG_JAVA -AX_PROG_JAR - # Initialize and configure libtool LT_INIT([disable-static]) @@ -361,8 +357,9 @@ argument to disable NUMA support. # The JNI interface and Java Agents require a working Java JDK AS_IF([AE_IS_FEATURE_ENABLED([jni-interface]) || AE_IS_FEATURE_ENABLED([java-agent-jul]) || AE_IS_FEATURE_ENABLED([java-agent-log4j])], [ - # We detected a java compiler earlier, make sure it works - AX_PROG_JAVAC_WORKS + AX_PROG_JAVAC + AX_PROG_JAVA + AX_PROG_JAR # Get the CPPFLAGS required to build jni libaries AX_JNI_INCLUDE_DIR @@ -492,6 +489,9 @@ AM_CONDITIONAL([HAVE_PERF_EVENT], [test "x$ac_cv_header_linux_perf_event_h" = "x AC_SUBST([LTTNG_UST_LIBRARY_VERSION], ust_lib_version) AC_SUBST([LTTNG_UST_CTL_LIBRARY_VERSION], ust_ctl_lib_version) +# Major soname for python-lttngust +AC_SUBST([LTTNG_UST_LIB_SONAME_MAJOR], [ust_lib_version_current]) + AM_CFLAGS="-Wall $URCU_CFLAGS $PTHREAD_CFLAGS" AC_SUBST(AM_CFLAGS) @@ -544,7 +544,7 @@ AC_CONFIG_FILES([ liblttng-ust-python-agent/Makefile python-lttngust/Makefile python-lttngust/setup.py - python-lttngust/lttngust/__init__.py + python-lttngust/lttngust/version.py tools/Makefile tests/Makefile tests/compile/Makefile @@ -562,6 +562,8 @@ AC_CONFIG_FILES([ tests/unit/pthread_name/Makefile tests/unit/snprintf/Makefile tests/unit/ust-elf/Makefile + tests/unit/ust-error/Makefile + tests/unit/ust-utils/Makefile tests/utils/Makefile lttng-ust.pc lttng-ust-ctl.pc