Update version to 1.9.1
[lttng-ust.git] / configure.ac
index 454664f9c32811e80c7ea178029b338063a9b7b1..927bae362c83de329c35c1a2904dcba483d138a0 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[1.9.0],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[1.9.1],[mathieu dot desnoyers at efficios dot com])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
@@ -202,7 +202,6 @@ Use the --with-java-jdk=DIR flag to point to your Java include files, or disable
 AM_CONDITIONAL([BUILD_JNI_INTERFACE], [test "x$jni_interface" = "xyes"])
 
 #currently disabled.
-       #liblttng-ust-malloc/Makefile
        #tests/hello2/Makefile
        #tests/basic/Makefile
        #tests/simple_include/Makefile
@@ -223,9 +222,6 @@ AC_CONFIG_FILES([
        Makefile
        include/Makefile
        include/lttng/ust-version.h
-       doc/Makefile
-       doc/man/Makefile
-       doc/info/Makefile
        snprintf/Makefile
        libringbuffer/Makefile
        liblttng-ust-comm/Makefile
@@ -233,6 +229,7 @@ AC_CONFIG_FILES([
        liblttng-ust-ctl/Makefile
        liblttng-ust-fork/Makefile
        liblttng-ust-java/Makefile
+       liblttng-ust-libc/Makefile
        tests/Makefile
        tests/hello/Makefile
        tests/hello.cxx/Makefile
This page took 0.027009 seconds and 4 git commands to generate.