X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=7a94867171076f71400eb1fb59e9fc27dda71ab6;hb=70407e861d8430dbe06cc52e6fe4ed5c9cd0872a;hp=7a2ee4754a01944f0b40fb8596b248c07ab806fa;hpb=b681cb7026c73e5802b71ebbe14fa053411f6aa3;p=lttv.git diff --git a/configure.ac b/configure.ac index 7a2ee475..7a948671 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([lttv], [0.12.20-12112009], [ltt-dev@lists.casi.polymtl.ca]) +AC_INIT([lttv], [0.12.25-16122009], [ltt-dev@lists.casi.polymtl.ca]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL @@ -65,7 +65,7 @@ AC_PROG_CC # Checks for libraries. AC_CHECK_LIB([popt], [poptGetNextOpt], POPT_LIBS="-lpopt",AC_MSG_ERROR([libpopt is required in order to compile LinuxTraceToolkit]) ) -#AC_CHECK_LIB([m], [round], M_LIBS="-lm",AC_MSG_ERROR([Mathematical libraries are missing.]) ) +AC_CHECK_LIB([m], [round], M_LIBS="-lm",AC_MSG_ERROR([Mathematical libraries are missing.]) ) AC_CHECK_LIB([util], [forkpty], UTIL_LIBS="-lutil", AC_MSG_ERROR([ libutil is required in order to compile LinuxTraceToolkit]))