X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=ac0d4f5f8afecc6b737d67bb2d774d057b2339c0;hb=e9ab43a242e23bc3b179f7bf9be3e19f319e9ff0;hp=4256f6654a321ba3f145855273e8a72ac0303311;hpb=4c70c05ca1c085156eba1c61c06f858885c63755;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 4256f665..ac0d4f5f 100644 --- a/configure.ac +++ b/configure.ac @@ -5,11 +5,11 @@ dnl Version infos m4_define([V_MAJOR], [2]) m4_define([V_MINOR], [9]) m4_define([V_PATCH], [0]) -m4_define([V_EXTRA], [pre]) +dnl m4_define([V_EXTRA], []) m4_define([V_STRING], [V_MAJOR.V_MINOR.V_PATCH]) m4_ifdef([V_EXTRA], [m4_append([V_STRING], [-V_EXTRA])]) -m4_define([V_NAME], [[J-TBD]]) -m4_define([V_DESC], [[]]) +m4_define([V_NAME], [[Joannès]]) +m4_define([V_DESC], [[Berliner Weisse style beer from the Trèfle Noir microbrewery in Rouyn-Noranda. It is a tangy beer with a distinct pink dress and intense fruit flavor, thanks to the presence of fresh blackcurrant grown in Témiscamingue.]]) AC_INIT([lttng-ust], V_STRING, [mathieu dot desnoyers at efficios dot com]) @@ -80,7 +80,6 @@ AM_CONDITIONAL([NO_SHARED], [test "x$enable_shared" = "xno"]) # Checks for programs. AC_PROG_CC AC_PROG_CXX -AM_CONDITIONAL([HAVE_CXX], [test "x$CXX" != "x"]) AC_CHECK_PROG([HAVE_CMAKE], [cmake], ["yes"]) AM_CONDITIONAL([HAVE_CMAKE], [test "x$HAVE_CMAKE" = "xyes"]) AC_PROG_MAKE_SET @@ -451,6 +450,7 @@ AC_CONFIG_FILES([ liblttng-ust-ctl/Makefile liblttng-ust-fork/Makefile liblttng-ust-dl/Makefile + liblttng-ust-fd/Makefile liblttng-ust-java/Makefile liblttng-ust-java-agent/Makefile liblttng-ust-java-agent/java/Makefile