X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=5c646cb053ca8c5d6cda85d5fd2d6d1b75fad7fd;hb=94b6d0d14032fe9ac4e35b0521b3746a2e6e05d4;hp=3bc9964bbd4a8b4d34936f864d543afd834d5e5b;hpb=31b073500ae4d866bcc3ca1bb925c6365991ae4c;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 3bc9964b..5c646cb0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([lttng-ust],[1.9.4],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[1.9.6],[mathieu dot desnoyers at efficios dot com]) # Following the numbering scheme proposed by libtool for the library version # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html @@ -87,7 +87,6 @@ This error can also occur when the liburcu package's configure script has not be AC_MSG_CHECKING([caa_likely()]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[ #include -]], [[ void fct(void) { if (caa_likely(1)) { @@ -157,7 +156,6 @@ AC_MSG_RESULT($LIBFORMAT) if test "x$host_cpu" = "xarm" ; then AC_MSG_CHECKING([checking for armv5]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[ -]], [[ #ifndef __ARM_ARCH_5TEJ__ #error "no arm5 here" #endif @@ -236,9 +234,10 @@ AC_CONFIG_FILES([ liblttng-ust-ctl/Makefile liblttng-ust-fork/Makefile liblttng-ust-java/Makefile - liblttng-ust-libc/Makefile + liblttng-ust-libc-wrapper/Makefile tests/Makefile tests/hello/Makefile + tests/hello-static-lib/Makefile tests/hello.cxx/Makefile tests/demo/Makefile tests/fork/Makefile