X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=92ba9178f85dc6d6e40b2bd19d8087aba18f4fa9;hb=1e3594a344fc57ed19aed95efa9e27bedb287df4;hp=9b98809fe86ef02585db8b2e051771f1f423344d;hpb=4c46be8d21460f8b163f2608a524ba05554c3254;p=lttv.git diff --git a/configure.ac b/configure.ac index 9b98809f..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.30-02102010], [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") @@ -156,7 +157,7 @@ fi pkg_modules="gobject-2.0 >= 2.0.0" PKG_CHECK_MODULES(GOBJECT, [$pkg_modules]) -LIBS="$LIBS $GTK_LIBS $GOBJECT_LIBS $GMODULE_LIBS" +LIBS="$LIBS $M_LIBS $GTK_LIBS $GOBJECT_LIBS $GMODULE_LIBS" PACKAGE_CFLAGS="$GTK_CFLAGS $GOBJECT_CFLAGS $GMODULE_CFLAGS -Wall -Wformat" MODULE_CFLAGS="$PACKAGE_CFLAGS -fvisibility=hidden" MODULE_LDFLAGS="-module -avoid-version"