X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=configure.ac;h=92ba9178f85dc6d6e40b2bd19d8087aba18f4fa9;hb=a709aa2ceff366821bc40ca26326f6d3b65eb9e2;hp=23248bce7990eaa60451316b06f72578eb177255;hpb=74d01ac4e18bf161186245a8c7651abeabc69816;p=lttv.git diff --git a/configure.ac b/configure.ac index 23248bce..92ba9178 100644 --- a/configure.ac +++ b/configure.ac @@ -21,8 +21,9 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([lttv], [0.12.34-14082010], [ltt-dev@lists.casi.polymtl.ca]) +AC_INIT([lttv], [0.12.38-21032011], [ltt-dev@lists.casi.polymtl.ca]) AM_INIT_AUTOMAKE +AM_SILENT_RULES([yes]) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL @@ -125,7 +126,7 @@ fi if test "$with_jni_interface" = "yes"; then AC_CHECK_HEADERS([jni.h],,AC_MSG_ERROR([ missing jni.h -Make sure Sun Java or GJC is installed and that this header file exists in the system path. +Make sure Sun Java or OpenJDK or GCJ is installed and that this header file exists in the system path. Use --with-java-jdk=DIR flag to point to your java include files or desactivate the JNI interface.])) fi AM_CONDITIONAL(BUILD_JNI_INTERFACE, test "$with_jni_interface" = "yes")