X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=b62542287f6fbbaedf7421f288c849253c40eb22;hb=2137460a3901f8abdae909cf72e43e6ac23507ec;hp=2e2fbb93264a072ed6f254d959aab5e115231e5d;hpb=d0e8dd3951870f4341b50598afd0fd7c42516866;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 2e2fbb93..b6254228 100644 --- a/configure.ac +++ b/configure.ac @@ -7,12 +7,12 @@ dnl Process this file with autoconf to produce a configure script. # Project version information m4_define([ust_version_major], [2]) -m4_define([ust_version_minor], [13]) +m4_define([ust_version_minor], [14]) m4_define([ust_version_patch], [0]) -m4_define([ust_version_dev_stage], [-rc1]) +m4_define([ust_version_dev_stage], [-pre]) m4_define([ust_version], ust_version_major[.]ust_version_minor[.]ust_version_patch[]ust_version_dev_stage) -m4_define([ust_version_name], [[Nordicité]]) -m4_define([ust_version_description], [[The product of a collaboration between Champ Libre and Boréale, this farmhouse IPA is brewed with Kveik yeast and Québec-grown barley, oats and juniper branches. The result is a remarkable fruity hazy golden IPA that offers a balanced touch of resinous and woodsy bitterness.]]) +m4_define([ust_version_name], [[O-Beer]]) +m4_define([ust_version_description], [[An alcoholic drink made from yeast-fermented malt flavored with hops.]]) # Library version information of "liblttng-ust" # Following the numbering scheme proposed by libtool for the library version @@ -322,7 +322,7 @@ AC_ARG_VAR([CLASSPATH], [Java class path]) ## ## -## Optionnal features selection ## +## Optional features selection ## ## ## # numa integration @@ -404,7 +404,9 @@ AE_IF_FEATURE_ENABLED([java-agent-all], [ # The numa integration requires libnuma AE_IF_FEATURE_ENABLED([numa], [ - AC_CHECK_LIB([numa], [numa_available], [], [ + AC_CHECK_LIB([numa], [numa_available], [ + AC_DEFINE([HAVE_LIBNUMA], [1], [Define to 1 if libnuma is available.]) + ], [ AC_MSG_ERROR([dnl libnuma is not available. Please either install it (e.g. libnuma-dev) or use [LDFLAGS]=-Ldir to specify the right location, or use --disable-numa configure @@ -419,7 +421,7 @@ AS_IF([AE_IS_FEATURE_ENABLED([jni-interface]) || AE_IS_FEATURE_ENABLED([java-age AX_PROG_JAVA AX_PROG_JAR - # Get the CPPFLAGS required to build jni libaries + # Get the CPPFLAGS required to build jni libraries AX_JNI_INCLUDE_DIR for jni_include_dir in $JNI_INCLUDE_DIRS; do JNI_CPPFLAGS="$JNI_CPPFLAGS -I$jni_include_dir" @@ -575,6 +577,7 @@ AC_CONFIG_FILES([ doc/examples/Makefile doc/Makefile doc/man/Makefile + extras/Makefile include/Makefile src/common/Makefile src/lib/lttng-ust-common/Makefile @@ -622,6 +625,8 @@ AC_CONFIG_FILES([ tests/compile/api1/test-app-ctx/Makefile tests/compile/Makefile tests/Makefile + tests/regression/abi0-conflict/Makefile + tests/regression/Makefile tests/unit/gcc-weak-hidden/Makefile tests/unit/libmsgpack/Makefile tests/unit/libringbuffer/Makefile