X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=175a0a65117039e05f1681940dc50db0bf4009f2;hb=5c5aae82106abbb720b82bd8f10f22b69d738711;hp=bb8852db4eaf119c9a0cb5634daf3f09afa6aca5;hpb=819caf5a7773224af985c7cc3af3a8b09c8d772d;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index bb8852db..175a0a65 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.5.0-rc2],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.5.0],[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 @@ -272,7 +272,7 @@ AS_IF([test "x$jni_interface" = "xyes"],[ AC_CHECK_HEADERS([jni.h],[],[ AC_MSG_ERROR([missing jni.h Make sure Sun Java, OpenJDK or GCJ is installed and that this header file exists in the system path. -Use the --with-java-jdk=DIR flag to point to your Java include files, or disable the JNI interface.]) +Use the --with-java-jdk=DIR option to point to your JDK directory, or disable the JNI interface.]) ]) ]) AM_CONDITIONAL([BUILD_JNI_INTERFACE], [test "x$jni_interface" = "xyes"])