X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fconfigure.in;h=944bb0704d83b2452e286bde53f23bbca27bd96c;hb=e7f5e89d1b5a36b99c24b738f446923a72966b3c;hp=b6d0dcca247b7ba9cd6f906ec954aebc8e2012db;hpb=96ff0a32bd23560afc2300ebe8f3620d275d5b62;p=lttv.git diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index b6d0dcca..944bb070 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_SYS_LARGEFILE + # Checks for programs. AC_PROG_CC @@ -50,6 +52,7 @@ AC_HEADER_STDC pkg_modules="gtk+-2.0 >= 2.0.0" PKG_CHECK_MODULES(PACKAGE, [$pkg_modules]) +PACKAGE_CFLAGS="-Wall -Wformat" AC_SUBST(PACKAGE_CFLAGS) AC_SUBST(PACKAGE_LIBS) @@ -98,6 +101,8 @@ AC_SUBST(lttvincludedir) AC_SUBST(lttvwindowincludedir) AC_CONFIG_FILES([Makefile + libltt/Makefile + lttctl/Makefile lttv/Makefile lttv/lttv/Makefile lttv/modules/Makefile @@ -109,6 +114,7 @@ AC_CONFIG_FILES([Makefile lttv/modules/gui/controlflow/Makefile lttv/modules/gui/detailedevents/Makefile lttv/modules/gui/statistics/Makefile + lttv/modules/gui/filter/Makefile lttd/Makefile ltt/Makefile ltt/convert/Makefile