X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fconfigure.in;h=4fa7c6d3b951ba3f237d379fe420c8ccb435ea84;hb=065f8f4123ad297a3a37864225b73b72cfc2e43a;hp=5e77a21a3d7c06fa6746ae25b3cd77d771d9d03f;hpb=6145db87e9428f66cb0d8dddf1acfd9a87c2c138;p=lttv.git diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 5e77a21a..4fa7c6d3 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -31,6 +31,8 @@ AM_PATH_GLIB_2_0(2.4.0, ,AC_MSG_ERROR([glib is required in order to compile Linu AM_PATH_GTK_2_0(2.4.0, ,AC_MSG_ERROR([gtk is required in order to compile GUI - download it from ftp://ftp.gtk.org/pub/gtk]) , gmodule) +AC_PATH_PROGS(BASH, bash) + AC_SYS_LARGEFILE # Checks for programs. @@ -40,6 +42,8 @@ AC_PROG_CC 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([util], [forkpty], UTIL_LIBS="-lutil", AC_MSG_ERROR([libutil is +required in order to compile LinuxTraceToolkit])) # Checks for header files. AC_HEADER_STDC @@ -90,6 +94,7 @@ lttvwindowincludedir="${includedir}/lttvwindow" AC_SUBST(POPT_LIBS) +AC_SUBST(UTIL_LIBS) AC_SUBST(lttvlibdir) AC_SUBST(lttvplugindir) AC_SUBST(lttlibdir) @@ -115,6 +120,7 @@ AC_CONFIG_FILES([Makefile lttv/modules/gui/detailedevents/Makefile lttv/modules/gui/statistics/Makefile lttv/modules/gui/filter/Makefile + lttv/modules/gui/tracecontrol/Makefile lttd/Makefile ltt/Makefile ltt/convert/Makefile