X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=configure.ac;h=cb04136665e35f2aa15a28e560173df83fbfe4e7;hb=35763354e732e0cc81e6e282382868c235c5ae0f;hp=f29a4d207c068b225cbd4c026c3361a748f6e16a;hpb=8b4500252debf1ae09de9a24230b1db95b8a6698;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index f29a4d20..cb041366 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([lttng-ust],[2.7.0-rc1],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.7.4],[mathieu dot desnoyers at efficios dot com]) # Following the numbering scheme proposed by libtool for the library version # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html @@ -433,7 +433,7 @@ AS_IF([test "x$java_agent_log4j" = "xyes"], [AS_ECHO("Enabled")], [AS_ECHO("Disa AS_ECHO_N("JNI interface (JNI): ") AS_IF([test "x$jni_interface" = "xyes"], [AS_ECHO("Enabled")], [AS_ECHO("Disabled")]) -AS_ECHO_N("Python($PYTHON) agent: ") +AS_ECHO_N("Python ($PYTHON) agent: ") AS_IF([test "x$python_agent" = "xyes"], [AS_ECHO("Enabled")], [AS_ECHO("Disabled")]) AS_ECHO_N("sdt.h integration: ")