X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=configure.ac;h=9c45270850c7a0d95d233d9ac590fdf7837138d1;hb=b25c5b37ef536d7b09fe901d97e678220ec69c9a;hp=07e5c66f5a1acc4df8cfa4571ac37ebf7c803e6d;hpb=02120ddf304a1c2c43cb3dbe6a44041bbe94d74c;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 07e5c66f..9c452708 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.6],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[1.9.7],[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 @@ -70,7 +70,7 @@ AC_C_INLINE # Checks for library functions. AC_FUNC_MALLOC -AC_CHECK_FUNCS([gettimeofday munmap socket strerror strtol]) +AC_CHECK_FUNCS([gettimeofday munmap socket strerror strtol sched_getcpu sysconf]) CFLAGS="-Wall $CFLAGS" @@ -263,6 +263,7 @@ AC_CONFIG_FILES([ liblttng-ust-fork/Makefile liblttng-ust-java/Makefile liblttng-ust-libc-wrapper/Makefile + tools/Makefile tests/Makefile tests/hello/Makefile tests/hello-static-lib/Makefile