X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=cbfb9bd83f2d791ca0476d9e03454be9f316db9c;hb=7b84cb1cbff73714231f5b57c0aa8c1e5e703ae3;hp=fbc267bb7f1fc88b0a47dfa967f9fff698066a8f;hpb=78608bcec0beb81087b6f2190ef7d8cdeba1e4a6;p=lttv.git diff --git a/configure.ac b/configure.ac index fbc267bb..cbfb9bd8 100644 --- a/configure.ac +++ b/configure.ac @@ -21,9 +21,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) -#AC_WITH_LTDL # not needed ? -AM_INIT_AUTOMAKE(lttv,0.12.17-01072009) +AC_INIT([lttv], [0.12.17-01072009], [ltt-dev@lists.casi.polymtl.ca]) +AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL @@ -38,9 +37,9 @@ fi AM_CONDITIONAL(BUILD_LIB_ONLY, test "$with_liblttvtraceread_only" = "yes") -# If requested, avoid building LLTv part +# If requested, avoid building LTTV part AC_ARG_ENABLE(lttv-gui, -[ --disable-lttv-gui Do not build LTTv gui, only build textmode LTTv]) +[ --disable-lttv-gui Do not build LTTV gui, only build textmode LTTV]) if test -z "$enable_lttv_gui"; then enable_lttv_gui=${enable_lttv_gui_default-yes} @@ -82,7 +81,9 @@ if test $JAVA_SDK; then if test -d $JAVA_SDK; then AC_MSG_RESULT([using java include in $JAVA_SDK]) SUBDIRS=`find $JAVA_SDK/include -type d` + CFLAGS+=" " CFLAGS+=`for x in $SUBDIRS; do echo -n "-I$x "; done` + CFLAGS+=" " else AC_MSG_ERROR(Unable to find java include file in $JAVA_JDK) fi