X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=75f7c3a96d8f3949fdb21da7f74a72975c5c2273;hb=01f97a22c540a26ead459e3228b7a35bcfad053c;hp=d3abb2babc8ad9ef96c467eb839bc654ae787576;hpb=476f72952ecb1ca604f33ea167a1da1bee77193e;p=lttv.git diff --git a/configure.ac b/configure.ac index d3abb2ba..75f7c3a9 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.36-18112010], [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, 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")