X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=f8f49e9ee5e0fc7d3602064901b84ad35ed76692;hb=a030533262e920d7d39bbf11e1c599a974d729a3;hp=d27b5373322cfb86fdf20e19659cc84db6512529;hpb=4ce1d98a5b5aae6e80f2934262a656c5350b65b4;p=lttv.git diff --git a/configure.ac b/configure.ac index d27b5373..f8f49e9e 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.33-08072010], [ltt-dev@lists.casi.polymtl.ca]) +AC_INIT([lttv], [0.12.38-21032011], [yannick.brosseau@gmail.com]) 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")