X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=7a94867171076f71400eb1fb59e9fc27dda71ab6;hb=08365995afd45ea5f6f62f5d8fbc90961de5eacf;hp=cddfd40fa215a6bd23e9d794f90382776264769d;hpb=38430d7d6690eb5ed7434b7d1f4f434539483656;p=lttv.git diff --git a/configure.ac b/configure.ac index cddfd40f..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.23-18112009], [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]))