Changed freeHandle() to test for empty before calling free
[lttv.git] / configure.ac
index 6629c5301c4d3eabb91330cc4cd4a8db86c9c39d..7a2ee4754a01944f0b40fb8596b248c07ab806fa 100644 (file)
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT([lttv], [0.12.17-01072009], [ltt-dev@lists.casi.polymtl.ca])
+AC_INIT([lttv], [0.12.20-12112009], [ltt-dev@lists.casi.polymtl.ca])
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(config.h)
 AM_PROG_LIBTOOL
 
 # If requested, only build LTT library part
-AC_ARG_WITH(lttv, [  --with-lttv             Build whole LTTv system, as opposd to only the trace reading library])
+AC_ARG_WITH(lttv, [  --with-lttv             build whole LTTV system, as opposd to only the trace reading library
+                         [[default=yes]]])
 if test -z "$with_lttv"; then
         with_lttv=${with_lttv_default-yes}
 else
@@ -40,7 +41,8 @@ AM_CONDITIONAL(BUILD_LIB_ONLY, test "$with_lttv" = "no")
 
 
 # If requested, avoid building LTTV part
-AC_ARG_WITH(lttv-gui, [  --with-lttv-gui         Build LTTV gui, as opposed to only build textmode LTTV])
+AC_ARG_WITH(lttv-gui, [  --with-lttv-gui         build LTTV gui, as opposed to only build textmode LTTV
+                         [[default=yes]]])
 
 if test -z "$with_lttv_gui"; then
         with_lttv_gui=${with_lttv_gui_default-yes}
@@ -92,7 +94,8 @@ fi
 
 
 # Check for JNI header files if requested
-AC_ARG_WITH(jni-interface, [  --with-jni-interface    build JNI interface between C and java. Need java include files. ])
+AC_ARG_WITH(jni-interface, [  --with-jni-interface    build JNI interface between C and java. Need java include files.
+                         [[default=no]]])
 
 if test -z "$with_jni_interface"; then
         with_jni_interface=${with_jni_interface_default-no}
@@ -158,7 +161,7 @@ AC_CHECK_FUNCS([select])
 
 AC_ARG_ENABLE(lttvstatic,
        AC_HELP_STRING( [--enable-lttvstatic],
-               [Build a statically linked executable @<:@default=no@:>@]),
+               [build a statically linked executable @<:@default=no@:>@]),
                [with_lttvstatic="yes"],
                [with_lttvstatic="no"])
 AM_CONDITIONAL(LTTVSTATIC, test "x$with_lttvstatic" = "xyes")
This page took 0.022442 seconds and 4 git commands to generate.